Skip to content

Commit

Permalink
Fix wording in the remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 28, 2024
1 parent afbc5c3 commit 95872d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/plugin/remove.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Dir::remove($plugin->root());
$cli->success('The ' . $repo . ' plugin has been removed');
} else {
$cli->error('The ' . $repo . ' plugin could not found');
$cli->error('The ' . $repo . ' plugin could not be found');
}
}
];

0 comments on commit 95872d4

Please sign in to comment.