From e2c981a3e3f8e1babaa4bed88ab444463f00904b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 24 Feb 2025 13:36:54 +0100 Subject: Fixed typo --- post-receive.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3