Browse Source

Fix ident

pull/781/head
Leonid Popov 8 years ago
committed by GitHub
parent
commit
4b667c4063
  1. 4
      acme.sh

4
acme.sh

@ -1594,8 +1594,8 @@ _get() {
onlyheader="$2" onlyheader="$2"
t="$3" t="$3"
if [ -z "$t" ]; then if [ -z "$t" ]; then
# Set default timeout
t=$DEFAULT_TIMEOUT
# Set default timeout
t=$DEFAULT_TIMEOUT
fi fi
_debug url "$url" _debug url "$url"
_debug "timeout" "$t" _debug "timeout" "$t"

Loading…
Cancel
Save