zzdeploy 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/commands/add_instance.rb +1 -1
- data/lib/info.rb +1 -1
- metadata +2 -2
|
@@ -202,7 +202,7 @@ module Commands
|
|
|
202
202
|
|
|
203
203
|
# build the command to create the amazon.json file containing the keys passed
|
|
204
204
|
def make_amazon_config_command(akey, skey)
|
|
205
|
-
file = "/var/chef/
|
|
205
|
+
file = "/var/chef/amazon.json"
|
|
206
206
|
cmd =
|
|
207
207
|
"'sudo rm -f #{file}
|
|
208
208
|
(
|
data/lib/info.rb
CHANGED