Skip to content

Commit

Permalink
Autoformat *.BUILD files. (open-telemetry#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-easy authored May 6, 2020
1 parent 132aca1 commit b6c20b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
if which "$BUILDIFIER" >/dev/null; then
echo "Running $BUILDIFIER"
"$BUILDIFIER" $($FIND -name WORKSPACE -print -o -name BUILD -print -o \
-name '*.bzl' -print)
-name '*.BUILD' -o -name '*.bzl' -print)
else
echo "Can't find buildifier. It can be installed with:"
echo " go get github.com/bazelbuild/buildtools/buildifier"
Expand Down

0 comments on commit b6c20b8

Please sign in to comment.