Browse Source

Merge pull request #496 from Neilpang/dev

fix format
neil 8 years ago
parent
commit
291b56db93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -405,7 +405,7 @@ _getfile() {
 
 #Usage: multiline
 _base64() {
-  [ "" ];#urgly
+  [ "" ] #urgly
   if [ "$1" ]; then
     _debug3 "base64 multiline:'$1'"
     $OPENSSL_BIN base64 -e