Skip to content

Commit d96e645

Browse files
Fix name of heredoc for echo reset function
1 parent b75388b commit d96e645

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
@@ -157,12 +157,12 @@ LOLCAT
157157

158158
#echo.Reset to remove color code on output
159159
fnName="${fn} echo${dot}Reset${brackets}"
160-
cat << LOLCAT >> "$newDist"
160+
cat << RESET >> "$newDist"
161161
$fnName
162162
$startSym
163163
echo "\$$para" | tr -d '[:cntrl:]' | sed -E "s/\[((;)?[0-9]{1,3}){0,3}m//g"
164164
$endSym
165-
LOLCAT
165+
RESET
166166

167167
done
168168

0 commit comments

Comments
 (0)