Skip to content

Commit 962af6e

Browse files
committed
Update cs_server_create.rb
Guess I did some troubleshooting here with my name :S
1 parent 809f406 commit 962af6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chef/knife/cs_server_create.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def is_image_windows?
347347
template = connection.get_template(template_name, locate_config_value(:cloudstack_zone))
348348
template = connection.get_iso(template_name, locate_config_value(:cloudstack_zone)) unless template
349349
if !template
350-
ui.error("Template: #{template_name} does not exist, sander")
350+
ui.error("Template: #{template_name} does not exist!")
351351
exit 1
352352
end
353353
return template['ostypename'].scan('Windows').length > 0

0 commit comments

Comments
 (0)