diff options
-rw-r--r-- | modules/git/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index ee9985b3..06e876e9 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -114,7 +114,7 @@ class git { } cron { "update $name": - command => "cd $name ; /usr/bin/git pull -q" , + command => "cd $name ; /usr/bin/git fetch -q", minute => $refresh } } |