Skip to content

Commit

Permalink
fix: indent with tabs not spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oikarinen committed Dec 19, 2024
1 parent b5e760e commit 05561bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-scp
Original file line number Diff line number Diff line change
Expand Up @@ -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"))" &&
Expand Down

0 comments on commit 05561bf

Please sign in to comment.