Skip to content

Commit 0bfcb32

Browse files
crisbetommalerba
authored andcommitted
chore: bazel lint error message printing out wrong fix command (#16258)
Fixes the lint failure, that gets logged out if the Bazel linting fails, showing the wrong command that can be used to fix the issue.
1 parent 4560306 commit 0bfcb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circleci/lint-bazel-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ YELLOW='\033[0;33m'
77
yarn -s bazel:format-lint || {
88
echo ""
99
echo -e "${RED}Please fix all warnings. Some warnings can" \
10-
"be fixed automatically by running: ${YELLOW}yarn bazel:format"
10+
"be fixed automatically by running: ${YELLOW}yarn format:bazel"
1111
exit 1
1212
}

0 commit comments

Comments
 (0)