kitchen-dokken 2.0.8 → 2.0.9
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/kitchen/driver/dokken_version.rb +1 -1
- data/lib/kitchen/helpers.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: 9f4cf8dbcfebae912773ebede9fcae25b1d61319
|
|
4
|
+
data.tar.gz: a7b0f515eddfd6905de6b5e9f06ff61b433c4193
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6268193cf8f8d8fa66fc7c82e6c41ff938c146cd1ba8aec697c3bcc90a32dbb96b8a8eb79d84df65a4ed74d8f6692cb48a44ec65154f2fa6b33d043777be65ba
|
|
7
|
+
data.tar.gz: e752ea7848c4554143e70c55842ee7cfac5dab91ce4cfcbe9f0278a72a200d11633020d645ac14b18900b56ccfa2468e7fcb69a37bc0551e5a98549afd233626
|
data/lib/kitchen/helpers.rb
CHANGED
|
@@ -97,7 +97,7 @@ EOF
|
|
|
97
97
|
def dokken_delete_sandbox
|
|
98
98
|
info("Deleting local sandbox at #{dokken_sandbox_path}")
|
|
99
99
|
begin
|
|
100
|
-
FileUtils.
|
|
100
|
+
FileUtils.rm_rf(dokken_sandbox_path)
|
|
101
101
|
rescue Errno::ENOENT
|
|
102
102
|
debug("Cannot delete #{dokken_sandbox_path}. Does not exist")
|
|
103
103
|
end
|