Skip to content

Commit

Permalink
fix: correct name for the command
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkanakam87 committed Aug 28, 2024
1 parent dd17dfb commit d67dd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/OrganismDedupeOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OrganismDedupeOptions extends Command
*
* @var string
*/
protected $signature = 'app:organism-molecule-counts';
protected $signature = 'app:organism-dedupe';

/**
* The console command description.
Expand Down

0 comments on commit d67dd04

Please sign in to comment.