That --no-ver that I put in there for testing started fuckin me :P
This commit is contained in:
parent
e41f9e5ab2
commit
40a51c9e2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue