You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Site_Command.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ private function init_le() {
295
295
return;
296
296
}
297
297
if ( $wildcard ) {
298
-
EE::log( "Run `ee site le $this->site_name`\nonce the dns changes have propogated to complete the certification generation and installation." );
298
+
echo \cli\Colors::colorize( "%YIMPORTANT:%n Run `ee site le $this->site_name` once the dns changes have propogated to complete the certification generation and installation.", null );
0 commit comments