Skip to content

Commit 1bb4a18

Browse files
committed
Fix artisan command name
Was using incorrect command name because of unrelated package during development Fixes #10
1 parent a53efa0 commit 1bb4a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.ebextensions/parseConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function generateProgram($connection, $queue, $tries, $sleep, $numProcs, $delay,
55
$program = <<<EOT
66
77
[program:$queue]
8-
command=sudo php artisan doctrine:queue:work $connection --queue=$queue --tries=$tries --sleep=$sleep --delay=$delay --daemon
8+
command=sudo php artisan queue:work $connection --queue=$queue --tries=$tries --sleep=$sleep --delay=$delay --daemon
99
directory=/var/app/current/
1010
autostart=true
1111
autorestart=true

0 commit comments

Comments
 (0)