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 9f3310d commit e43b773Copy full SHA for e43b773
misc/bazel/pkg.bzl
@@ -288,7 +288,7 @@ def codeql_pack(
288
**kwargs):
289
"""
290
Define a codeql pack. This macro accepts `pkg_files`, `pkg_filegroup` or their `codeql_*` counterparts as `srcs`.
291
- `zips` is a map from prefixes to `.zip` files to import.
+ `zips` is a map from `.zip` files to prefixes to import.
292
* defines a `<name>-generic-zip` target creating a `<zip_filename>-generic.zip` archive with the generic bits,
293
prefixed with `name`
294
* defines a `<name>-arch-zip` target creating a `<zip_filename>-<codeql_platform>.zip` archive with the
0 commit comments