Skip to content

Commit

Permalink
Fix the name of Shell rules
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 692886072
Change-Id: I76690dd00b3633b9bd6cfac4fe0bf91bc302a77b
  • Loading branch information
comius authored and copybara-github committed Nov 4, 2024
1 parent 05bb9c7 commit 68a3a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/docgen/sh.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
# Build Encyclopedia entry point for Python rules implemented in Starlark in Bazel's @_builtins
"""Sh"""
"""Shell"""

load("@rules_shell//shell/private:sh_binary.bzl", "sh_binary") # buildifier: disable=bzl-visibility
load("@rules_shell//shell/private:sh_library.bzl", "sh_library") # buildifier: disable=bzl-visibility
Expand Down

0 comments on commit 68a3a8b

Please sign in to comment.