Skip to content

Commit

Permalink
Update go_mod.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Nov 21, 2023
1 parent dde1b57 commit ead3c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bzlmod/go_mod.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ visibility([
"//tests/bzlmod/...",
])

def prefetch_files(modile_ctx, go_mod_label):
def prefetch_files(module_ctx, go_mod_label):
go_mod_path = module_ctx.path(go_mod_label)
go_sum_path = module_ctx.path(go_mod_path.dirname.get_child("go.sum"))
if go_sum_path.exists:
Expand Down

0 comments on commit ead3c66

Please sign in to comment.