Skip to content

Commit

Permalink
Fix tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed May 27, 2024
1 parent 8b29d3d commit 548e688
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/commands/php-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
if ( ! $skip_rebuild ) {
$confirm = ask("Do you want to restart the stack now? ", 'yes');

if ( $confirm ) {
rebuild_stack();
update_stack_images();
load_env_file( root() . '/.env.slic.run' );
restart_php_services( true );
}
if ( $confirm ) {
rebuild_stack();
update_stack_images();
load_env_file( root() . '/.env.slic.run' );
restart_php_services( true );
}
}

exit( 0 );
Expand Down

0 comments on commit 548e688

Please sign in to comment.