2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-06 00:30:41 +00:00

removing unneeded comma

This commit is contained in:
37h4nk 2016-02-12 14:09:24 +02:00
parent b9587ad0e6
commit ad51abde86

View File

@ -76,7 +76,7 @@ var LE = require('letsencrypt');
var config = {
, server: LE.stagingServerUrl // or LE.productionServerUrl
server: LE.stagingServerUrl // or LE.productionServerUrl
, configDir: require('homedir')() + '/letsencrypt/etc' // or /etc/letsencrypt or wherever