Unverified Commit 4710447f authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

nix-prefetch-darcs: fix flag --repo (#465723)

parents cd5fedfc 284d0610
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 ;;