Skip to content

Commit 64ada85

Browse files
committed
Highlight important message
1 parent 7689b1a commit 64ada85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Site_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private function init_le() {
295295
return;
296296
}
297297
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 );
299299
} else {
300300
$this->le();
301301
}

0 commit comments

Comments
 (0)