Skip to content

Commit 5f2ee5d

Browse files
Fix a generator.sh indent of cat
1 parent 77b472b commit 5f2ee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for shell in sh bash fish ksh zsh; do
8686

8787
echo "#!/usr/bin/env ${shell}" > "${newDist}"
8888

89-
cat << SH_ECHO >> "${newDist}"
89+
cat << SH_ECHO >> "${newDist}"
9090
9191
# ColorEchoForShell
9292
# https://github.com/PeterDaveHello/ColorEchoForShell

0 commit comments

Comments
 (0)