diff --git a/scripts/git-auto-sync.sh b/scripts/git-auto-sync.sh index 8c9573e..8ef1871 100755 --- a/scripts/git-auto-sync.sh +++ b/scripts/git-auto-sync.sh @@ -5,6 +5,7 @@ eval $(keychain --quiet --eval $HOME/.ssh/id_ed25519) REPOS=( "$HOME/personal/grimoire/" + "$HOME/projects/WorldBuilding/" ) COMMIT_MSG="Auto-sync: $(date +'%Y-%m-%d %H:%M:%S')"