Skip to content

Commit 0803a3b

Browse files
committed
fix(nginx): reference correct ui instance
no issue - fixes error
1 parent 0259312 commit 0803a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/nginx/letsencrypt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = function letsencrypt(instance, email, staging, renew) {
4343

4444
// This is an execa error
4545
if (error.stdout.match(/Skip/)) {
46-
this.ui.log('Certificate not due for renewal yet, skipping', 'yellow');
46+
instance.ui.log('Certificate not due for renewal yet, skipping', 'yellow');
4747
return;
4848
}
4949

0 commit comments

Comments
 (0)