This commit is contained in:
Ameya Varade 2013-05-28 15:49:46 +05:30
Родитель e3e4c07a1a
Коммит beae84bb5e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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