From a0afb576788f9530d47883e2bc5c4099c8912c2c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 15 Jan 2012 17:00:27 +0000 Subject: fix stupid typo --- modules/subversion/manifests/hook.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/subversion/manifests/hook.pp') 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, -- cgit v1.2.1