Skip to content

Commit

Permalink
Fixed grammatical error in display message
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaskins committed Aug 23, 2011
1 parent edae1de commit 1c3b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bin/console.rb
Expand Up @@ -314,7 +314,7 @@ def self.cleanup
else
case agents.size
when 0
puts "Unable to find any agents to connect to please specify one"
puts "Unable to find any agents to connect to. Please specify one."
exit 1
when 1
agent = agents.first
Expand Down

0 comments on commit 1c3b9eb

Please sign in to comment.