Skip to content

Commit b956ded

Browse files
committed
hooks/precommit: Properly state what we're skipping.
1 parent c9579c2 commit b956ded

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hooks/precommit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if [ "$CHANGED_RULESETS" ]; then
2323
echo "$(date -R): Ruleset validation successful."
2424
fi
2525
else
26-
echo "$(date -R): Skipping tests, no changes in $RULESET_PATTERN."
26+
echo -n "$(date -R): Skipped ruleset validation tests, no changes in "
27+
echo "$RULESET_PATTERN."
2728
fi
2829

2930
echo "$(date -R): Reverting Git stash..."

0 commit comments

Comments
 (0)