Skip to content

Commit 3f04fa3

Browse files
authored
Merge pull request #18 from michalsn/fix-typo
fix: typo in the `queue:work` param
2 parents 30d7b60 + 7175ba4 commit 3f04fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/QueueWork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private function readOptions(array $params, QueueConfig $config, string $queue):
200200
];
201201

202202
// Options that, being defined, cannot be `true`
203-
$keys = ['sleep', 'rest', 'maxJobs', 'maxTime', 'memory', 'priority', 'tries', 'retyAfter'];
203+
$keys = ['sleep', 'rest', 'maxJobs', 'maxTime', 'memory', 'priority', 'tries', 'retryAfter'];
204204

205205
foreach ($keys as $key) {
206206
if ($options[$key] === true) {

0 commit comments

Comments
 (0)