Skip to content

Commit

Permalink
Fix typo in dictionaries folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
andy authored and andy committed Jan 22, 2025
1 parent 1e1bf2f commit 611a0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dictionaries/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
load("@rules_pkg//pkg:mappings.bzl", "pkg_filegroup", "pkg_files", "strip_prefix")

filegroup(
name = "dicionaries-root",
name = "dictionaries-root",
srcs = glob(["**"]),
)

pkg_files(
name = "files",
srcs = [
":dicionaries-root",
":dictionaries-root",
],
prefix = "dicionaries/",
prefix = "dictionaries/",
strip_prefix = strip_prefix.from_pkg(),
visibility = ["//visibility:public"],
)

0 comments on commit 611a0a9

Please sign in to comment.