Skip to content

Commit a42bdd9

Browse files
criemenredsun82
andauthored
Update misc/bazel/pkg.bzl
Co-authored-by: Paolo Tranquilli <[email protected]>
1 parent e2cb563 commit a42bdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/bazel/pkg.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def codeql_pack(
383383
"--destdir",
384384
install_dest,
385385
] + ([
386-
"--ripunzip=$(rlocationpath " + str(Label("//misc/bazel/internal/ripunzip")) + ")",
386+
"--ripunzip=$(rlocationpath %s)" % Label("//misc/bazel/internal/ripunzip"),
387387
"--zip-manifest=$(rlocationpath %s)" % internal("zip-manifest"),
388388
] if zips else []),
389389
visibility = visibility,

0 commit comments

Comments
 (0)