Skip to content

Commit a4e744a

Browse files
authored
Merge pull request #19079 from ivanvc/remove-duplicate-bom-fix-in-make-fix
scripts: remove duplicate bom fix in fix make target
2 parents b5c620a + 1dede5f commit a4e744a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/fix.sh

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ log_callout -e "\\nFixing etcd code for you...\n"
3333

3434
run_for_modules mod_tidy_fix || exit 2
3535
run_for_modules run ${GO_CMD} fmt || exit 2
36-
run_for_module tests bom_fix || exit 2
3736
bash_ws_fix || exit 2
3837

3938
log_success -e "\\nSUCCESS: etcd code is fixed :)"

0 commit comments

Comments
 (0)