Skip to content

Commit

Permalink
Add todo marker
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 19, 2024
1 parent 42439a0 commit afa3664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function handle(): int

$this->info('The application has been updated successfully.');

// Verify the application version
// Verify the application version (// Fixme: This shows the old version when using Composer to update)
passthru('hyde --version --ansi');

// Now we can exit the application, we do this manually to avoid issues when Laravel tries to clean up the application
Expand Down

0 comments on commit afa3664

Please sign in to comment.