Fix error with gendl

This commit is contained in:
Jaidyn Lev 2019-01-21 16:17:01 -06:00
parent d04de789d1
commit 6fe26e1b75

2
gendl
View File

@ -54,7 +54,7 @@ function download_stdout
output="$(curl $url)" output="$(curl $url)"
;; ;;
"wget") "wget")
output="$(wget --quiet -O $url)" output="$(wget --quiet -O- $url)"
;; ;;
esac esac