From 088460ba47aed2e5072a0b8863f0dfbf4f8f49a7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 18 Feb 2012 14:40:26 +0100 Subject: [PATCH] add plowshare support --- lib/builder-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder-utils.sh b/lib/builder-utils.sh index 687b880..e96feaa 100644 --- a/lib/builder-utils.sh +++ b/lib/builder-utils.sh @@ -28,7 +28,7 @@ function retrieve_file() { rm $dst fi elif [ "$downloader" = "plowdown" ]; then - fatal_error "plowdown not implemented yet" + plowdown --max-retries=1 -o ${dst%/*} "$src" else fatal_error "Downloader not implemented: $downloader" fi