Skip to content

Commit

Permalink
Revert "Add todo marker"
Browse files Browse the repository at this point in the history
This reverts commit afa3664. Cannot reproduce.
  • Loading branch information
caendesilva committed Apr 19, 2024
1 parent dafe203 commit 47da362
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 @@ -129,7 +129,7 @@ public function handle(): int

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

// Verify the application version (// Fixme: This shows the old version when using Composer to update)
// Verify the application version
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 47da362

Please sign in to comment.