knife-block 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/chef/knife/block.rb +1 -1
- data/lib/knife-block/version.rb +1 -1
- metadata +1 -1
data/lib/chef/knife/block.rb
CHANGED
@@ -88,7 +88,7 @@ module GreenAndSecure
|
|
88
88
|
unless name_args.size == 1
|
89
89
|
@config_name = ui.ask_question("Please provide a friendly name for the new configuration file: ")
|
90
90
|
end
|
91
|
-
@chef_server = ui.ask_question("Please enter the url to your Chef Server
|
91
|
+
@chef_server = ui.ask_question("Please enter the url to your Chef Server: ")
|
92
92
|
require 'ohai'
|
93
93
|
require 'chef/knife/configure'
|
94
94
|
if File.exists?(chef_path+"/knife.rb") then
|
data/lib/knife-block/version.rb
CHANGED