Skip to content

Commit

Permalink
Merge pull request #27 from ypho/main
Browse files Browse the repository at this point in the history
Fixed typo (took the liberty to make the info-line more clear)
  • Loading branch information
freekmurze committed Feb 5, 2024
2 parents 263449c + 4ed5241 commit bd4de17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/WatchHorizonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class WatchHorizonCommand extends Command

public function handle()
{
$this->components->info('Starting Horizon and will restart it when any files change...');
$this->components->info('Starting Horizon, and restart when any file changes...');

if (! $this->startHorizon()) {
return Command::FAILURE;
Expand Down

0 comments on commit bd4de17

Please sign in to comment.