Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #30 from et/patch-1
Fix grammar
  • Loading branch information
brettgoulder committed Sep 29, 2011
2 parents 570dae8 + 6a955f6 commit 9f7689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bananajour/commands.rb
Expand Up @@ -53,7 +53,7 @@ def add!(dir, name = nil)
repo = Bananajour::Repository.for_name(name) repo = Bananajour::Repository.for_name(name)


if repo.exist? if repo.exist?
abort "You've already a project #{repo}." abort "You've already created a project named #{repo}."
end end


repo.init! repo.init!
Expand Down

0 comments on commit 9f7689b

Please sign in to comment.