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 e2cb563 commit a42bdd9Copy full SHA for a42bdd9
misc/bazel/pkg.bzl
@@ -383,7 +383,7 @@ def codeql_pack(
383
"--destdir",
384
install_dest,
385
] + ([
386
- "--ripunzip=$(rlocationpath " + str(Label("//misc/bazel/internal/ripunzip")) + ")",
+ "--ripunzip=$(rlocationpath %s)" % Label("//misc/bazel/internal/ripunzip"),
387
"--zip-manifest=$(rlocationpath %s)" % internal("zip-manifest"),
388
] if zips else []),
389
visibility = visibility,
0 commit comments