diff options
author | Mario Fetka <[email protected]> | 2012-02-18 13:40:26 (GMT) |
---|---|---|
committer | Mario Fetka <[email protected]> | 2012-02-18 13:40:26 (GMT) |
commit | 088460ba47aed2e5072a0b8863f0dfbf4f8f49a7 (patch) | |
tree | bbc3c3082d5f2da5b8bcd1381ad91be323a90d47 /lib/builder-utils.sh | |
parent | 6c78bf2db4ce67eda89a244227273a5343243b0c (diff) |
add plowshare support
Diffstat (limited to 'lib/builder-utils.sh')
-rw-r--r-- | lib/builder-utils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |