diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index 2efd419..daf93e1 100644 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -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}",