Skip to content

Commit

Permalink
Update InstallCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Aug 11, 2023
1 parent 28b5e9b commit 65bc4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle()

foreach ($this->publishes as $tag) {
$name = str_replace('-', ' ', $tag);
$this->comment("Publishing $name...");
$this->comment("Publishing {$name}...");

$this->callSilently("vendor:publish", [
'--tag' => "{$this->package->shortName()}-{$tag}",
Expand Down

0 comments on commit 65bc4f4

Please sign in to comment.