We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e04b6 commit ce8faa7Copy full SHA for ce8faa7
scripts/format.sh
@@ -6,7 +6,7 @@ section() {
6
echo "- $*" >&2
7
}
8
9
-WORKSPACE_ROOT="$(bazel info workspace 2>/dev/null)"
+WORKSPACE_ROOT="$(bazel info workspace)"
10
11
GOOGLE_JAVA_FORMAT="$(bazel run --run_under=echo //scripts:google-java-format)"
12
0 commit comments