Unverified Commit 270ecd0b authored by Mislav Marohnić's avatar Mislav Marohnić Committed by GitHub
Browse files

Merge pull request #2304 from rbenv/fix-wget

Abandon using `--show-progress` for wget
parents a206686a 4c07370a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ http_head_wget() {

http_get_wget() {
  # shellcheck disable=SC2086
  log_command wget -nv --show-progress $WGET_OPTS -O "$2" "$1" 2>&3
  log_command wget $WGET_OPTS -O "$2" "$1" 2>&3
}

fetch_tarball() {