aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/manifests/init.pp')
-rw-r--r--modules/git/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp
index f9714e4e..1ff21ed3 100644
--- a/modules/git/manifests/init.pp
+++ b/modules/git/manifests/init.pp
@@ -96,7 +96,7 @@ class git {
owner => root,
group => root,
mode => 755,
- content => "#!bin/bash\nfalse",
+ content => "#!/bin/bash\nfalse",
require => Exec["git svn $name"]
}
}