Skip to content

Commit d1f1ea7

Browse files
committed
Align assignments
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
1 parent 0623453 commit d1f1ea7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Shell_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Shell_Command extends EE_Command {
2525
*/
2626
public function __invoke( $args ) {
2727
EE\Utils\delem_log( 'ee shell start' );
28-
$args = EE\SiteUtils\auto_site_name( $args, 'shell', '' );
28+
$args = EE\SiteUtils\auto_site_name( $args, 'shell', '' );
2929
$site_name = EE\Utils\remove_trailing_slash( $args[0] );
3030

3131
$site = Site::find( $site_name );
@@ -46,7 +46,7 @@ private function run( $cmd, $descriptors = null ) {
4646
}
4747

4848
$final_cmd = EE\Utils\force_env_on_nix_systems( $cmd );
49-
$proc = EE\Utils\proc_open_compat( $final_cmd, $descriptors, $pipes );
49+
$proc = EE\Utils\proc_open_compat( $final_cmd, $descriptors, $pipes );
5050
if ( ! $proc ) {
5151
exit( 1 );
5252
}

0 commit comments

Comments
 (0)