Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Sep 30, 2023
1 parent 2ac5b19 commit 68653be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/go.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ def go_repo(module: str, version:str='', download:str=None, name:str=None, insta
install_args = " ".join([f"--install={i}" for i in install])

if not download:
download = go_mod_download(
download, _ = go_mod_download(
name = tag(name, "dl"),
module = module,
version = version,
Expand Down

0 comments on commit 68653be

Please sign in to comment.