Skip to content

Commit 728e042

Browse files
authored
🟣 [just] shellcheck has purple headings (#39)
1 parent ba4aeb3 commit 728e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.just/shellcheck.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ shellcheck:
127127
ISSUES_FOUND=$(cat "$ISSUES_FILE")
128128

129129
echo ""
130-
echo "{{BLUE}}Checked $SCRIPTS_CHECKED shell scripts{{NORMAL}}"
130+
echo "{{MAGENTA}}Checked $SCRIPTS_CHECKED shell scripts{{NORMAL}}"
131131

132132
if [[ $ISSUES_FOUND -eq 0 ]]; then
133133
echo "{{GREEN}}No shellcheck issues found!{{NORMAL}}"

0 commit comments

Comments
 (0)