Skip to content

Commit

Permalink
Merge pull request #19079 from ivanvc/remove-duplicate-bom-fix-in-mak…
Browse files Browse the repository at this point in the history
…e-fix

scripts: remove duplicate bom fix in fix make target
  • Loading branch information
ahrtr authored Dec 18, 2024
2 parents b5c620a + 1dede5f commit a4e744a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ log_callout -e "\\nFixing etcd code for you...\n"

run_for_modules mod_tidy_fix || exit 2
run_for_modules run ${GO_CMD} fmt || exit 2
run_for_module tests bom_fix || exit 2
bash_ws_fix || exit 2

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

0 comments on commit a4e744a

Please sign in to comment.