fix eslint errors
This commit is contained in:
parent
1b611e67c8
commit
ab67481e99
1 changed files with 20 additions and 20 deletions
|
@ -784,7 +784,7 @@ const internalCertificate = {
|
|||
let storeKey = 'echo "dns_cloudflare_api_token = ' + apiToken + '" > ' + tokenLoc;
|
||||
|
||||
let cmd =
|
||||
storeKey + " && " +
|
||||
storeKey + ' && ' +
|
||||
certbot_command + ' certonly --non-interactive ' +
|
||||
'--cert-name "npm-' + certificate.id + '" ' +
|
||||
'--agree-tos ' +
|
||||
|
|
Loading…
Reference in a new issue