Commit cbe1eb2c authored by Simon Ruderich's avatar Simon Ruderich

fix typo in comment

parent c10390fb
......@@ -209,7 +209,7 @@ sign_domain() {
status="$(printf '%s\n' "${result}" | grep -Eo '"status":\s*"[^"]*"' | cut -d'"' -f4)"
# get status until it a result is reached => not pending anymore
# get status until a result is reached => not pending anymore
while [[ "${status}" = "pending" ]]; do
sleep 1
status="$(_request get "${challenge_uri}" | grep -Eo '"status":\s*"[^"]*"' | cut -d'"' -f4)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment