Unverified Commit 44d7484c authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 3db11314 fc16ae75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: