Skip to content

Commit 9d82df8

Browse files
committed
Merge branch 'mrrobot47-fix/GH#34' into develop
2 parents e042d91 + d8f30a7 commit 9d82df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WordPress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function create( $args, $assoc_args ) {
208208
$this->site_data['db_port'] = empty( $arg_host_port[1] ) ? '3306' : $arg_host_port[1];
209209
}
210210

211-
$this->site_data['app_admin_email'] = \EE\Utils\get_flag_value( $assoc_args, 'admin_email', strtolower( 'admin@' . $this->site_data['site_url'] ) );
211+
$this->site_data['app_admin_email'] = \EE\Utils\get_flag_value( $assoc_args, 'admin-email', strtolower( 'admin@' . $this->site_data['site_url'] ) );
212212
$this->skip_install = \EE\Utils\get_flag_value( $assoc_args, 'skip-install' );
213213
$this->skip_status_check = \EE\Utils\get_flag_value( $assoc_args, 'skip-status-check' );
214214
$this->force = \EE\Utils\get_flag_value( $assoc_args, 'force' );

0 commit comments

Comments
 (0)