terragov 0.2.5 → 0.2.5.1
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/terragov/terraform.rb +1 -1
- data/lib/terragov/version.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: 8763171ad2f31d1d2348e0f6c4c6605ec9d48a97
|
|
4
|
+
data.tar.gz: fc08009de401c77815c7ec1c5b9e628b5c503afa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '087b76868f4019161d0a7bd271e645f7df11cc6862632529f68d7565fbdbadd677d4f227d4679ba222a44eafb99b09df886a0cf9e23bfc597a11427a12be7118'
|
|
7
|
+
data.tar.gz: 63e1fb4b308298a786a24e4b539e40784e62f85cc0f58fe3893e72b6265b1ee5a134390b98d79ec9eb05fcfa46fe43ba4ca5a66f497bf5483fcd888f553ed146
|
data/lib/terragov/terraform.rb
CHANGED
|
@@ -41,7 +41,7 @@ module Terragov
|
|
|
41
41
|
puts command
|
|
42
42
|
else
|
|
43
43
|
puts command if verbose
|
|
44
|
-
abort("There was an issue running the command: #{command}") unless system(
|
|
44
|
+
abort("There was an issue running the command: #{command}") unless system(command)
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
end
|
data/lib/terragov/version.rb
CHANGED