Skip to content

Commit f20a963

Browse files
authored
Silly Billy (#54)
1 parent 1a51f02 commit f20a963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StarterKitPostInstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function handle($console)
5757
$this->runProcess(['php', 'artisan', 'horizon:install'], $console, 'horizon assets published');
5858

5959
$this->runProcess(['composer', 'require', 'thoughtco/statamic-eyris'], $console, 'eyris installed');
60-
$this->runProcess(['php', 'artisan', 'vendor:publish --tag=statamic-eyris'], $console, 'eyris assets published');
60+
$this->runProcess(['php', 'artisan', 'vendor:publish', '--tag=statamic-eyris'], $console, 'eyris assets published');
6161

6262
$this->runProcess(['php', 'artisan', 'queue:restart'], $console, 'queues restarted');
6363

0 commit comments

Comments
 (0)