vagrant-ebcommon 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd9fc1a431da6d7ce20cc54c747d589b14a97e15
|
4
|
+
data.tar.gz: ab7217b1f378e20510587589b32491ccd40f7ba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c85d90d18e7077fd54a1f51e55ed71eff75f1123e0c43c1b187d59628e271d252dcac9d0e2161a9299f434fccba06084a2cb7daa09f7d130b59fa52e777e77b
|
7
|
+
data.tar.gz: 722a28ccef7b5398bfff34764855a4051c476af6e769c63a19980ad03a0192c070632694f869ffb07776a93a87118585d45df46340219dbfb16799c476e17604
|
@@ -50,6 +50,7 @@ module VagrantPlugins
|
|
50
50
|
target_directory = File.join @ebcommon.git_hook_root_dir, repo_path, '.git', 'hooks'
|
51
51
|
if File.directory? target_directory
|
52
52
|
git_hooks.each do |hook|
|
53
|
+
@env[:ui].success "Copying over git hook: #{hook} to #{target_directory}"
|
53
54
|
source = File.join plugin_hooks_dir, hook
|
54
55
|
FileUtils.cp source, target_directory
|
55
56
|
end
|
Binary file
|