Skip to content

Commit e4f108a

Browse files
committed
Update src/Console/ProcessCommand.php
1 parent 30abc5a commit e4f108a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/ProcessCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class ProcessCommand extends Command
2929
public function handle()
3030
{
3131
if (LaraPress::configNotPublished()) {
32-
return $this->warn('Please publish the config file by running \'php artisan vendor:publish\'');
32+
return $this->warn('Please publish the config file by running' .
33+
' \'php artisan vendor:publish --tag=larapress-config\'');
3334
}
3435

3536
try {

0 commit comments

Comments
 (0)