Skip to content

Commit

Permalink
Switch the toolchain type name back to toolchain_type, the canonica…
Browse files Browse the repository at this point in the history
…l spelling.

PiperOrigin-RevId: 471276851
(cherry picked from commit d3302c7)
  • Loading branch information
allevato authored and brentleyjones committed Jun 21, 2024
1 parent 1bb5972 commit 22adde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/internal/toolchain_utils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Helpers used to depend on and access the Swift toolchain."""

SWIFT_TOOLCHAIN_TYPE = "@build_bazel_rules_swift//toolchains:toolchain-type"
SWIFT_TOOLCHAIN_TYPE = "@build_bazel_rules_swift//toolchains:toolchain_type"

def get_swift_toolchain(ctx, attr = "_toolchain"):
"""Gets the Swift toolchain associated with the rule or aspect.
Expand Down

0 comments on commit 22adde5

Please sign in to comment.