Skip to content

Commit a27a0c0

Browse files
committed
fix typo in log message
1 parent 479f8c3 commit a27a0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "Running 'git status' ..."
3838
git status --porcelain | tee status.out
3939
if [[ -s status.out ]]; then
40-
echo "Generated artifacts are not up-to-date; probably 'make generate' was not run before commiting"
40+
echo "Generated artifacts are not up-to-date; probably 'make generate' was not run before committing"
4141
exit 1
4242
else
4343
echo "Generated artifacts are up-to-date"

0 commit comments

Comments
 (0)