From 2581365de0a517c49d78e2b0deefdfd602133354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 11 Oct 2025 13:39:51 +0200 Subject: [PATCH] 'chore: chore' --- .init/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.init/functions.sh b/.init/functions.sh index 96b2b206..1f0941ee 100755 --- a/.init/functions.sh +++ b/.init/functions.sh @@ -13,7 +13,7 @@ is_ssh() { _home_push() { export msg="$1" git add -A - git commit -m "${msg:-$CHORE_CHORE}" + git commit -m "${msg:-'$CHORE_CHORE'}" git push $2 $3 }