Skip to content

Commit fc16ae7

Browse files
committed
dub-to-nix: update recommended regen command
1 parent 223f611 commit fc16ae7

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)