diff --git a/commands/plugin/remove.php b/commands/plugin/remove.php index 5bad099..8a42d12 100644 --- a/commands/plugin/remove.php +++ b/commands/plugin/remove.php @@ -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'); } } ];