We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76ba801 + f0b9ef8 commit 7689b1aCopy full SHA for 7689b1a
1 file changed
src/Site_Command.php
@@ -281,6 +281,7 @@ public function delete( $args, $assoc_args ) {
281
private function init_le() {
282
$client = new Site_Letsencrypt();
283
$this->le_mail = EE::get_runner()->config[ 'le-mail' ] ?? EE::input( 'Enter your mail id: ' );
284
+ EE::get_runner()->ensure_present_in_config( 'le-mail', $this->le_mail );
285
if ( ! $client->register( $this->le_mail ) ) {
286
$this->le = false;
287
0 commit comments