Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c1bda90

Browse files
committed
fixup! Doc comments only
1 parent 61ffb00 commit c1bda90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/steps/fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "$CI" != "" ]; then
1010
echo "Files need generation or are formatted incorrectly:"
1111
git -c color.ui=always status | grep --color=no '\e\[31m'
1212
echo "Please run the following locally:"
13-
echo " ./ci/fmt.sh"
13+
echo " ./ci/steps/fmt.sh"
1414
exit 1
1515
fi
1616
fi

0 commit comments

Comments
 (0)