Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez authored Sep 29, 2024
1 parent 45777de commit 8531439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/ci/postUpgrade/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def cargo_repin():
return bazel(["sync", "--only=cargo"])

def go_mod_tidy():
return bazel_run(["@@/sh/bin:go", "--", "mod", "tidy"])
return bazel_run(["@@//sh/bin:go", "--", "mod", "tidy"])

def bazel_update_lockfile():
return bazel(["mod", "deps", "--lockfile_mode=update"])
Expand Down

0 comments on commit 8531439

Please sign in to comment.