From 05561bfe64f382aab56b7b2e3dac462ebd550d04 Mon Sep 17 00:00:00 2001 From: oikarinen Date: Thu, 19 Dec 2024 17:38:46 +0200 Subject: [PATCH] fix: indent with tabs not spaces --- bin/git-scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))" &&