Skip to content

Commit

Permalink
scripts: remove duplicate bom fix in fix make target
Browse files Browse the repository at this point in the history
The BOM fix is called from the fix-bom target, which is also a
prerequisite for the fix target. Therefore, running `make fix` runs the
BOM fix twice.

Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Dec 18, 2024
1 parent b5c620a commit 1dede5f
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 1dede5f

Please sign in to comment.