diff --git a/bin/git-scp b/bin/git-scp index 4cf75576..7a10a1fe 100755 --- a/bin/git-scp +++ b/bin/git-scp @@ -107,7 +107,7 @@ function scp_and_stage if [ -n "$list" ] then local _TMP=${0///} - # shellcheck disable=SC2086 + # shellcheck disable=SC2086 echo "$list" > "$_TMP" && _sanitize $list && _info "Pushing to $remote ($(git config "remote.$remote.url"))" &&