This commit is contained in:
Paul Gauthier 2025-01-24 18:36:01 -08:00
parent 0c13734f7a
commit b276d48ecf
2 changed files with 3 additions and 3 deletions

View file

@ -24,9 +24,9 @@ sync_repo() {
rsync -avz --delete \
--exclude-from="$EXCLUDE_FILE" \
"$REPO_ROOT/" \
"$DEST:~/aider/" || true
"$DEST:~/aider/" || sleep 0.1
rsync -a .env .gitignore "$DEST:~/aider/." || true
rsync -a .env .gitignore "$DEST:~/aider/." || sleep 0.1
echo Done syncing, waiting.
}