Skip to content

Commit df4586a

Browse files
authored
Tabs to whitespaces
1 parent e4c1484 commit df4586a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pscale/cli-helper-scripts/ps-create-helper-functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ function create-diff-for-ci {
176176
BRANCH_DIFF="${BRANCH_DIFF//'%'/'%25'}"
177177
BRANCH_DIFF="${BRANCH_DIFF//'\n'/'%0A'}"
178178
BRANCH_DIFF="${BRANCH_DIFF//'\r'/'%0D'}"
179-
# replace tabs with URL encoded spaces
180-
BRANCH_DIFF="${BRANCH_DIFF//'\t'/'%09'}"
179+
# replace tabs with whitespace
180+
BRANCH_DIFF="${BRANCH_DIFF//'\t'/' '}"
181181

182182
echo "::set-output name=BRANCH_DIFF::$BRANCH_DIFF"
183183
fi

0 commit comments

Comments
 (0)