Skip to content

Commit

Permalink
Update misc/bazel/pkg.bzl
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Tranquilli <[email protected]>
  • Loading branch information
criemen and redsun82 authored Jun 3, 2024
1 parent e2cb563 commit a42bdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/bazel/pkg.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def codeql_pack(
"--destdir",
install_dest,
] + ([
"--ripunzip=$(rlocationpath " + str(Label("//misc/bazel/internal/ripunzip")) + ")",
"--ripunzip=$(rlocationpath %s)" % Label("//misc/bazel/internal/ripunzip"),
"--zip-manifest=$(rlocationpath %s)" % internal("zip-manifest"),
] if zips else []),
visibility = visibility,
Expand Down

0 comments on commit a42bdd9

Please sign in to comment.