Skip to content

Commit

Permalink
Fix wrong return code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvester Damgaard authored Apr 16, 2024
1 parent 4907669 commit 260e6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ClearLocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public function handle()

$this->info('✔️ Done');

return 1;
return 0;
}
}

0 comments on commit 260e6d5

Please sign in to comment.