Commit 284d0610 authored by toastal's avatar toastal
Browse files

nix-prefetch-darcs: fix flag --repo

parent ffe72c37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ while [ $# -gt 0 ]; do
		  quiet=1; shift 1 ;;
		--name)
			name="$2"; shift 2 ;;
		--repository)
		--repo)
			repository="$2"; shift 2 ;;
		--tag)
			tag="$2"; shift 2 ;;