diff options
-rw-r--r-- | post-receive.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive.tmpl b/post-receive.tmpl index 1904182..4b70be5 100644 --- a/post-receive.tmpl +++ b/post-receive.tmpl @@ -9,7 +9,7 @@ if [ "$hook_active" == false ]; then fi if git ls-remote $remote_url; then - echo "mirro_foo" > /tmp/mirror_foo + echo "mirror_foo" > /tmp/mirror_foo else echo "mirror_bat" > /tmp/mirror_baz fi |