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

Fix grammar #30

Merged
merged 1 commit into from Sep 29, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)

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

repo.init!
Expand Down