diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-02-24 13:36:54 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-02-24 13:36:54 +0100 |
commit | e2c981a3e3f8e1babaa4bed88ab444463f00904b (patch) | |
tree | a201668b9f57716abd3b9e22d31083b8e243eab7 | |
parent | 375c8da8d9ec99c2e62ebf4492b936f01e83393c (diff) |
-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 |