Skip to content

Commit

Permalink
fix: pulse not installing fully
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Aug 31, 2024
1 parent d0ee6b0 commit 58e00bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Default/Tasks/InstallPulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function perform(InstallData $data): void
'php',
'artisan',
'vendor:publish',
'--provider="Laravel\Pulse\PulseServiceProvider"',
'--provider=Laravel\Pulse\PulseServiceProvider',
];

(new Process($publishCommand, base_path()))->run();
Expand Down

0 comments on commit 58e00bf

Please sign in to comment.