canzea 0.1.171 → 0.1.172
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/canzea/version.rb +1 -1
- data/lib/canzea.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d3a9a17121a91c110f0924dee4f92c30da78386
|
4
|
+
data.tar.gz: 514fa3911597cb8c824285f2df16b37d7d11153e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 617717108dc1ef3810e4d1c1cf6b391db3ccdc8f4228f137f28d0818f3c61ea20ad3a028623ebb706259b153033477216e12ebff87d84dc32228f286d9edafb4
|
7
|
+
data.tar.gz: bf5cfce62a2dc0c8d7f2fe6b14fd5b47655550c89fd7afe4efc3a2a2308c31d373ffee1fc26de0bf5fd23f9c53ece162b4d889fcac85442be4ad1a02d59d5652
|
data/lib/canzea/version.rb
CHANGED
data/lib/canzea.rb
CHANGED
@@ -189,11 +189,11 @@ module Canzea
|
|
189
189
|
if index >= step
|
190
190
|
puts "[#{index}] #{cmd}"
|
191
191
|
|
192
|
-
args['cmd'] = cmd
|
193
|
-
jsonArgs = args.to_json
|
194
|
-
fullCommand = "canzea --util=run-command --args='#{jsonArgs}'"
|
192
|
+
# args['cmd'] = cmd
|
193
|
+
# jsonArgs = args.to_json
|
194
|
+
# fullCommand = "canzea --util=run-command --args='#{jsonArgs}'"
|
195
195
|
|
196
|
-
RemoteRun.new.doCommand publicIp, opts[:privateKey],
|
196
|
+
RemoteRun.new.doCommand publicIp, opts[:privateKey], cmd
|
197
197
|
else
|
198
198
|
puts "[#{index}] SKIP #{cmd}"
|
199
199
|
end
|