Skip to content

Commit 0010da0

Browse files
committed
Fix _empty_repo_impl
1 parent f7e3cb8 commit 0010da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules_haskell_tests/non_module_deps_2.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ load("@rules_haskell_ghc_version//:ghc_version.bzl", "GHC_VERSION")
1010
label_builder = lambda x: Label(x)
1111

1212
def _empty_repo_impl(rctx):
13-
fail(rctx.attrs.error_msg)
13+
fail(rctx.attr.error_msg)
1414

1515
_empty_repo = repository_rule(
1616
implementation = _empty_repo_impl,

0 commit comments

Comments
 (0)