[PATCH aeolus-cli] BZ#799107 Fixed Typo in Push Command

mtaylor at redhat.com mtaylor at redhat.com
Mon Mar 5 15:57:25 UTC 2012


From: Martyn Taylor <mtaylor at redhat.com>

---
 lib/aeolus_cli/command/push_command.rb |    2 +-
 spec/command/push_command_spec.rb      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/aeolus_cli/command/push_command.rb b/lib/aeolus_cli/command/push_command.rb
index 110e922..d4c7440 100644
--- a/lib/aeolus_cli/command/push_command.rb
+++ b/lib/aeolus_cli/command/push_command.rb
@@ -54,7 +54,7 @@ module Aeolus
         if @options[:account]
           request_map = {:provider_account => @options[:account].join(",")}
         else
-          puts "Error: You must specifcy an account to push to"
+          puts "Error: You must specify an account to push to"
           quit(1)
         end
 
diff --git a/spec/command/push_command_spec.rb b/spec/command/push_command_spec.rb
index 769a0c5..01cbc56 100644
--- a/spec/command/push_command_spec.rb
+++ b/spec/command/push_command_spec.rb
@@ -124,7 +124,7 @@ module Aeolus
           rescue SystemExit => e
             e.status.should == 1
           end
-          $stdout.string.should  include("Error: You must specifcy an account to push to")
+          $stdout.string.should  include("Error: You must specify an account to push to")
         end
 
         it "should give useful feedback if no image, build or targetimage is specified" do
-- 
1.7.6.4




More information about the aeolus-devel mailing list