diff --git a/scripts/fix.sh b/scripts/fix.sh index fc4b50fcc62..91e3018bc15 100755 --- a/scripts/fix.sh +++ b/scripts/fix.sh @@ -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 :)"