diff --git a/.bashrc.d/tldirtyaurbuild.bash b/.bashrc.d/tldirtyaurbuild.bash index a053582..1ce4d6c 100644 --- a/.bashrc.d/tldirtyaurbuild.bash +++ b/.bashrc.d/tldirtyaurbuild.bash @@ -167,7 +167,7 @@ tlrepobuild() { fi ;; * ) - if ssh "$remotehost" aur sync --no-ver "${aur_sync_opts[@]}" "$pkg"; then + if ssh "$remotehost" aur sync "${aur_sync_opts[@]}" "$pkg"; then tldaecho "Done." return 0 else