Skip to content

Commit 284d061

Browse files
committed
nix-prefetch-darcs: fix flag --repo
1 parent ffe72c3 commit 284d061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/fetchdarcs/nix-prefetch-darcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ while [ $# -gt 0 ]; do
3030
quiet=1; shift 1 ;;
3131
--name)
3232
name="$2"; shift 2 ;;
33-
--repository)
33+
--repo)
3434
repository="$2"; shift 2 ;;
3535
--tag)
3636
tag="$2"; shift 2 ;;

0 commit comments

Comments
 (0)