#bot-message: It's all good now baby...

This commit is contained in:
2025-10-11 13:41:10 +02:00
parent 2581365de0
commit 3a461fa58d

View File

@@ -11,9 +11,8 @@ is_ssh() {
} }
_home_push() { _home_push() {
export msg="$1"
git add -A git add -A
git commit -m "${msg:-'$CHORE_CHORE'}" git commit -m "${1:-$CHORE_CHORE}"
git push $2 $3 git push $2 $3
} }