bin/hudson in hudson-0.3.0.beta.13 vs bin/hudson in hudson-0.3.0.beta.14
- old
+ new
@@ -5,7 +5,7 @@
require 'hudson/cli'
begin
Hudson::CLI.start
rescue Errno::ECONNREFUSED, Errno::EAFNOSUPPORT
- Hudson::CLI.new.shell.say "No connection available to server.", :red
+ Hudson::CLI.new.shell.say "No connection available to the server.", :red
end