dub-to-nix: update recommended regen command (#343357)

This commit is contained in:
Philip Taron
2024-09-23 08:45:16 -07:00
committed by GitHub
@@ -13,7 +13,7 @@ def eprint(text: str):
if not os.path.exists("dub.selections.json"):
eprint("The file `dub.selections.json` does not exist in the current working directory")
eprint("run `dub upgrade --annotate` to generate it")
eprint("run `dub upgrade` to generate it")
sys.exit(1)
with open("dub.selections.json") as f: