From 40a51c9e2ce255c0739cc04caee8c3e8fb31684e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 10 Aug 2020 01:35:36 -0500 Subject: [PATCH] That --no-ver that I put in there for testing started fuckin me :P --- .bashrc.d/tldirtyaurbuild.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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