aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/simplaret2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret
index 3d037fc..5cab07d 100755
--- a/src/simplaret
+++ b/src/simplaret
@@ -92,9 +92,9 @@ function simplaret_download {
if [ "$4" == "--no-verbose" ]; then
wget_verbose="--no-verbose"
curl_verbose="-#"
+ echo " "
fi
-
if [ "$protocol" == "http" ]; then
echo Getting $1/$file:
if [ "$HTTP_TOOL" == "wget" ]; then