diff --git a/hack/make-rules/update.sh b/hack/make-rules/update.sh index 8b86a7131b4..a1f8787cbab 100755 --- a/hack/make-rules/update.sh +++ b/hack/make-rules/update.sh @@ -55,7 +55,8 @@ BASH_TARGETS=" update-generated-docs update-generated-swagger-docs update-openapi-spec - update-bazel" + update-bazel + update-gofmt" for t in ${BASH_TARGETS}; do echo -e "${color_yellow}Running ${t}${color_norm}"