Skip to content

Commit 55612e4

Browse files
committed
Update readme with fixed command name in config example
1 parent 1bb4a18 commit 55612e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Otherwise `parseConfig.php` looks for a json file generated earlier that contain
135135

136136
```
137137
[program:$queue]
138-
command=sudo php artisan doctrine:queue:work $connection --queue=$queue --tries=$tries --sleep=$sleep --daemon
138+
command=sudo php artisan queue:work $connection --queue=$queue --tries=$tries --sleep=$sleep --daemon
139139
directory=/var/app/current/
140140
autostart=true
141141
autorestart=true

0 commit comments

Comments
 (0)