feat(scp): Code review

This commit is contained in:
AJ Côté 2026-07-09 07:02:35 -04:00
parent 220e5120db
commit eab4b0e716
No known key found for this signature in database

View file

@ -194,7 +194,7 @@ function reverse_scp()
local status=0
if [ "$verbose" -eq 1 ]
then
rsync -rlDvni --files-from="$_TMP" "$(git config "remote.$remote.url")/" ./
rsync -rlDvn --files-from="$_TMP" "$(git config "remote.$remote.url")/" ./
status=$?
fi