Skip to content

Commit 9a8a980

Browse files
Remove a inconsistent space for Reset & Rainbow
1 parent 2c89c8c commit 9a8a980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ SH_ECHO
134134
done
135135

136136
#rainbow output relys on lolcat
137-
fnName="${fn} echo${dot}Rainbow${brackets}"
137+
fnName="${fn}echo${dot}Rainbow${brackets}"
138138
case "$shell" in
139139
"fish")
140140
ifCond="if which lolcat > /dev/null"
@@ -159,7 +159,7 @@ $endSym
159159
LOLCAT
160160

161161
#echo.Reset to remove color code on output
162-
fnName="${fn} echo${dot}Reset${brackets}"
162+
fnName="${fn}echo${dot}Reset${brackets}"
163163
cat << RESET >> "$newDist"
164164
$fnName
165165
$startSym

0 commit comments

Comments
 (0)