Skip to content

Commit 9f49dd2

Browse files
authored
Merge pull request kubernetes#76582 from danielqsj/gofmt
run update-gofmt when make update
2 parents 7609d1d + 187986c commit 9f49dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/make-rules/update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ BASH_TARGETS="
5555
update-generated-docs
5656
update-generated-swagger-docs
5757
update-openapi-spec
58-
update-bazel"
58+
update-bazel
59+
update-gofmt"
5960

6061
for t in ${BASH_TARGETS}; do
6162
echo -e "${color_yellow}Running ${t}${color_norm}"

0 commit comments

Comments
 (0)