Skip to content

Commit

Permalink
Probable typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogra committed Jul 31, 2024
1 parent edd33d7 commit c8ae1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/install/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
load("@rules_pkg//pkg:mappings.bzl", "pkg_attributes", "pkg_filegroup", "pkg_files", "pkg_mklink", "strip_prefix")
load("pkg_helpers.bzl", "pkg_naming_variables", "pkg_tar_and_test")
load("symlink_filegroup.bzl", "symlink_filegroup")
load("@bazel_tools//tools/platforms:platforms.bzl", "host_platform")
load("@@bazel_tools//tools:platforms/platforms.bzl", "host_platform")

package(default_visibility = ["//visibility:public"])

Expand Down

0 comments on commit c8ae1c3

Please sign in to comment.