From 3a461fa58da5886c58814d8f0b959fdf1d60e4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 11 Oct 2025 13:41:10 +0200 Subject: [PATCH] #bot-message: It's all good now baby... --- .init/functions.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.init/functions.sh b/.init/functions.sh index 1f0941ee..44626801 100755 --- a/.init/functions.sh +++ b/.init/functions.sh @@ -11,9 +11,8 @@ is_ssh() { } _home_push() { - export msg="$1" git add -A - git commit -m "${msg:-'$CHORE_CHORE'}" + git commit -m "${1:-$CHORE_CHORE}" git push $2 $3 }