Skip to content

Commit

Permalink
sh_toolchain: Fix broken alias
Browse files Browse the repository at this point in the history
Closes #24961.

PiperOrigin-RevId: 717997981
Change-Id: I1b80bb9cb483a1c2e2ad53f983ebae050b1c5fd4
  • Loading branch information
BoleynSu authored and copybara-github committed Jan 21, 2025
1 parent 08c6d42 commit aa2e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sh/sh_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
"""Deprecated forwarders to rules_shell."""

load("@rules_shell//shell:sh_toolchain.bzl", _sh_toolchain = "sh_toolchain")
load("@rules_shell//shell/toolchains:sh_toolchain.bzl", _sh_toolchain = "sh_toolchain")

sh_toolchain = _sh_toolchain

0 comments on commit aa2e431

Please sign in to comment.