File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public function create( $args, $assoc_args ) {
208
208
$ this ->site_data ['db_port ' ] = empty ( $ arg_host_port [1 ] ) ? '3306 ' : $ arg_host_port [1 ];
209
209
}
210
210
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 ' ] ) );
212
212
$ this ->skip_install = \EE \Utils \get_flag_value ( $ assoc_args , 'skip-install ' );
213
213
$ this ->skip_status_check = \EE \Utils \get_flag_value ( $ assoc_args , 'skip-status-check ' );
214
214
$ this ->force = \EE \Utils \get_flag_value ( $ assoc_args , 'force ' );
You can’t perform that action at this time.
0 commit comments