'chore: chore'
This commit is contained in:
@@ -13,7 +13,7 @@ is_ssh() {
|
|||||||
_home_push() {
|
_home_push() {
|
||||||
export msg="$1"
|
export msg="$1"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "${msg:-$CHORE_CHORE}"
|
git commit -m "${msg:-'$CHORE_CHORE'}"
|
||||||
git push $2 $3
|
git push $2 $3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user