diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 2 |
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 |