Skip to content

Commit

Permalink
Merge pull request #13910 from BenTheElder/bazel-annoying
Browse files Browse the repository at this point in the history
don't create infinite symlink
  • Loading branch information
k8s-ci-robot authored Aug 15, 2019
2 parents 0b53d41 + 8881915 commit 356470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-gofmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elif ! command -v bazel &>/dev/null; then
else
(
set -o xtrace
bazel run @io_k8s_test_infra//hack:update-gofmt
bazel run //hack:update-gofmt
)
exit 0
fi
Expand Down

0 comments on commit 356470a

Please # to comment.