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 a7178f4 commit 4bed196Copy full SHA for 4bed196
tensorboard/compat/proto/proto_test.py
@@ -236,7 +236,7 @@
236
```
237
$ BUILDTOOLS_VERSION='3.0.0'
238
$ BUILDIFIER_SHA256SUM='e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
239
- $ ci/download_buildifier.sh "${BUILDTOOLS_VERSION}" "${BUILDIFIER_SHA256SUM}" ~/tb_buildifier/buildifier
+ $ ci/download_buildifier.sh "${{BUILDTOOLS_VERSION}}" "${{BUILDIFIER_SHA256SUM}}" ~/tb_buildifier/buildifier
240
241
242
If a file needs reformatting, you'll see the file that needs to be
0 commit comments