From 187986cb65c7b6baa0280c902ac4a86af745af8a Mon Sep 17 00:00:00 2001 From: danielqsj Date: Mon, 15 Apr 2019 15:01:54 +0800 Subject: [PATCH] run update-gofmt in make update --- hack/make-rules/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}"