From eab4b0e716793533091bff46b3a5cfe925e01fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AJ=20C=C3=B4t=C3=A9?= <57828010+anderewrey@users.noreply.github.com> Date: Thu, 9 Jul 2026 07:02:35 -0400 Subject: [PATCH] feat(scp): Code review --- bin/git-scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-scp b/bin/git-scp index 995af57..0c0013c 100755 --- a/bin/git-scp +++ b/bin/git-scp @@ -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