Skip to content

Commit fce3f85

Browse files
committed
hooks/precommit: Use a single echo statement here.
1 parent b956ded commit fce3f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/precommit

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

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

0 commit comments

Comments
 (0)