From beae84bb5e3e7f5ceafe1b30499389f4d5abb66f Mon Sep 17 00:00:00 2001 From: Ameya Varade Date: Tue, 28 May 2013 15:49:46 +0530 Subject: [PATCH] Fixing the error message --- lib/chef/knife/azure_base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/knife/azure_base.rb b/lib/chef/knife/azure_base.rb index 9aa6ed8..5ebb510 100755 --- a/lib/chef/knife/azure_base.rb +++ b/lib/chef/knife/azure_base.rb @@ -72,7 +72,7 @@ class Chef unless target_image[0].nil? return target_image[0].os == 'Windows' else - ui.error("Invalid image. Use the command \"knife azure server image list\" to verify the image name") + ui.error("Invalid image. Use the command \"knife azure image list\" to verify the image name") exit 1 end end