diff --git a/update-deps.sh b/update-deps.sh index d3bab08..28f5b72 100644 --- a/update-deps.sh +++ b/update-deps.sh @@ -20,7 +20,7 @@ mkdir -p lib cd lib for dep in $DEPS; do if [ -d "$dep" ]; then - darcs pull --repodir="$dep" + darcs pull --repodir="$dep" --all else darcs clone "$VERVIS/$dep" fi