We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0259312 commit 0803a3bCopy full SHA for 0803a3b
extensions/nginx/letsencrypt.js
@@ -43,7 +43,7 @@ module.exports = function letsencrypt(instance, email, staging, renew) {
43
44
// This is an execa error
45
if (error.stdout.match(/Skip/)) {
46
- this.ui.log('Certificate not due for renewal yet, skipping', 'yellow');
+ instance.ui.log('Certificate not due for renewal yet, skipping', 'yellow');
47
return;
48
}
49
0 commit comments