We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922ef36 commit cc2ac16Copy full SHA for cc2ac16
1 file changed
src/Site_Command.php
@@ -276,7 +276,7 @@ public function delete( $args ) {
276
*/
277
private function init_le() {
278
$client = new Site_Letsencrypt();
279
- $this->le_mail = EE::get_config( 'le-mail' ) ?? EE::input( 'Enter your mail id: ' );
+ $this->le_mail = EE::get_runner()->config[ 'le-mail' ] ?? EE::input( 'Enter your mail id: ' );
280
if ( ! $client->register( $this->le_mail ) ) {
281
$this->le = false;
282
0 commit comments