Skip to content

Commit e43b773

Browse files
committed
Fix comment to indicate the correct order in the zip dict.
1 parent 9f3310d commit e43b773

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
@@ -288,7 +288,7 @@ def codeql_pack(
288288
**kwargs):
289289
"""
290290
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.
291+
`zips` is a map from `.zip` files to prefixes to import.
292292
* defines a `<name>-generic-zip` target creating a `<zip_filename>-generic.zip` archive with the generic bits,
293293
prefixed with `name`
294294
* defines a `<name>-arch-zip` target creating a `<zip_filename>-<codeql_platform>.zip` archive with the

0 commit comments

Comments
 (0)