]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fix typo in comment
authorSimon Ruderich <simon@ruderich.org>
Tue, 8 Dec 2015 09:06:52 +0000 (10:06 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 8 Dec 2015 15:04:47 +0000 (16:04 +0100)
letsencrypt.sh

index 16319140dae794dcf15e7fe3b59a3feab31259d7..68672742a5663f6b4c74b7d4e3622c06ee8be15f 100755 (executable)
@@ -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)"