Honor renew option when adding a site #55

オープン
Ghost(削除済み):julienp/disable-renew-on-add から master への 1 コミットのマージを希望しています
コミット 8f69053020 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@ -167,7 +167,7 @@ module.exports.wrap = function(greenlock, gconf) {
}
return mega.set(args).then(function(result) {
if (!gconf._bin_mode) {
if (!gconf._bin_mod && false !== gconf.renew) {
greenlock.renew({}).catch(function(err) {
if (!err.context) {
err.contxt = 'renew';