diff --git a/.bin/backup-and-update-system b/.bin/backup-and-update-system index 0d318c6..42d87b1 100755 --- a/.bin/backup-and-update-system +++ b/.bin/backup-and-update-system @@ -5,7 +5,7 @@ set -xeuo pipefail # Push some git repos pass git push -git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date '+%F %T')"u +git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date '+%F %T')" git --git-dir=$HOME/.cfg/ --work-tree=$HOME push # Fetch a fresh copy of all locally cloned git repos