Skip to content

Commit 44d7484

Browse files
authored
dub-to-nix: update recommended regen command (#343357)
2 parents 3db1131 + fc16ae7 commit 44d7484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/dlang/dub-to-nix/dub-to-nix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def eprint(text: str):
1313

1414
if not os.path.exists("dub.selections.json"):
1515
eprint("The file `dub.selections.json` does not exist in the current working directory")
16-
eprint("run `dub upgrade --annotate` to generate it")
16+
eprint("run `dub upgrade` to generate it")
1717
sys.exit(1)
1818

1919
with open("dub.selections.json") as f:

0 commit comments

Comments
 (0)