Skip to content

Commit

Permalink
ci: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Jan 2, 2024
1 parent 4589f31 commit 77e45de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Rsi/CommLink/ImportCommLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ImportCommLink extends Command
*/
public function handle(): int
{
if ($this->hasOption('all')) {
if ($this->option('all') === true) {
ImportCommLinksJob::dispatch(-1);
return Command::SUCCESS;
}
Expand Down

0 comments on commit 77e45de

Please sign in to comment.