aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/subversion/manifests/hook.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/hook.pp b/modules/subversion/manifests/hook.pp
index 8c94f5ad..fff04cd2 100644
--- a/modules/subversion/manifests/hook.pp
+++ b/modules/subversion/manifests/hook.pp
@@ -15,7 +15,7 @@ class subversion {
define commit_hook($content, $type) {
$array = split($name,'\|')
- $repos = $array[0]
+ $repo = $array[0]
$script = $array[1]
file { "$repo/hook/$type.d/$script":
content => $content,