From 65bc4f4c5c6ee6ab6ce46f69d6bbf23886df0bce Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 11 Aug 2023 09:41:42 +0200 Subject: [PATCH] Update InstallCommand.php --- src/Commands/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}",