owssh 0.0.7 → 0.0.8
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.
- checksums.yaml +4 -4
- data/lib/owssh.rb +1 -1
- 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: 119757f4df66b0ce7363d69327d32c34ed7eed12
|
4
|
+
data.tar.gz: 07248084f1163c85906794fd5d6a6a0bc18fac68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de09fcb9d6dfd78287994ebc0dbc4ee5958ba9b707fc05116f16b091e2f7ea475aae200d66e2291aecfb302b535bd4768252d9749870ab36f6edf0eda4b65b0b
|
7
|
+
data.tar.gz: 3dce13b0fc61e967d2050cc88e2fa5aa4e621f3a4e444f1e223af5be6e09dd1470bdf93dde50c88a5c3b171f54827004b235b3b97913f45fc9a784d59e980dad
|
data/lib/owssh.rb
CHANGED
@@ -143,7 +143,7 @@ class Owssh
|
|
143
143
|
exit
|
144
144
|
else
|
145
145
|
puts "Running comand #{ARGV[2]} on first host of type #{ARGV[1]} which is #{$first_instance}..."
|
146
|
-
exec("ssh -i ~/.ssh/id_rsa_dev ubuntu@#{$first_instance.to_s} '#{ARGV[2]}'")
|
146
|
+
exec("ssh -i ~/.ssh/id_rsa_dev ubuntu@#{$instances[$first_instance.to_s]} '#{ARGV[2]}'")
|
147
147
|
end
|
148
148
|
end
|
149
149
|
else
|