Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored and github-actions[bot] committed Jan 18, 2024
1 parent 3760cfc commit 013eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function (ConsoleCommandEvent $event) {
} catch (\Throwable $e) {
warning($e->getMessage());
}
break;
break;
default:
info('Please set your share tool with `valet share-tool expose` or `valet share-tool ngrok`.');

Expand Down

0 comments on commit 013eb14

Please sign in to comment.