mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
verbose
This commit is contained in:
parent
77d2bc58fd
commit
cd16e001f6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ sync_repo() {
|
||||||
"$REPO_ROOT/" \
|
"$REPO_ROOT/" \
|
||||||
"$DEST:~/aider/" || sleep 0.1
|
"$DEST:~/aider/" || sleep 0.1
|
||||||
|
|
||||||
rsync -a .env .gitignore .aider.model.settings.yml "$DEST:~/aider/." || sleep 0.1
|
rsync -av .env .gitignore .aider.model.settings.yml "$DEST:~/aider/." || sleep 0.1
|
||||||
|
|
||||||
echo Done syncing, waiting.
|
echo Done syncing, waiting.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue