bricks-deploy 0.6.6 → 0.6.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bricks_deploy/generator.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: aee852ab99e69086eed821f5041523d5ad7d5585
|
4
|
+
data.tar.gz: 66c86f95ce07792ac60ffbde6bc6cc804a02c4ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: decae21b37e58e62bf952f39942f5fabdff4462a161814f4195ad753f99b45de43e54a45d66f68bec5dfcbf7205cf4cd474cd2ebff9e6472b8db600aafef6184
|
7
|
+
data.tar.gz: 4d2c0eb566dcf2f5adf0dd60be93995ecab33b2f95b03603c4665105e4399028737f955181ae337da6b18cdde7c67c686825c2676c3c0b4c1b6484b3f61afdfa
|
@@ -16,7 +16,7 @@ class BricksDeploy::Generator < Thor::Group
|
|
16
16
|
end
|
17
17
|
|
18
18
|
def copy_restart_callbacks
|
19
|
-
copy_hook 'before_restart.sh' 'bin/deploy/remote/before_restart'
|
19
|
+
copy_hook 'before_restart.sh', 'bin/deploy/remote/before_restart'
|
20
20
|
copy_hook 'after_restart.sh', 'bin/deploy/remote/after_restart'
|
21
21
|
end
|
22
22
|
|