'chore: chore'

This commit is contained in:
2025-10-11 13:39:51 +02:00
parent 3889864784
commit 2581365de0

View File

@@ -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
}