Skip to content

Commit b6c20b8

Browse files
authored
Autoformat *.BUILD files. (open-telemetry#69)
1 parent 132aca1 commit b6c20b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
if which "$BUILDIFIER" >/dev/null; then
5252
echo "Running $BUILDIFIER"
5353
"$BUILDIFIER" $($FIND -name WORKSPACE -print -o -name BUILD -print -o \
54-
-name '*.bzl' -print)
54+
-name '*.BUILD' -o -name '*.bzl' -print)
5555
else
5656
echo "Can't find buildifier. It can be installed with:"
5757
echo " go get github.com/bazelbuild/buildtools/buildifier"

0 commit comments

Comments
 (0)