Skip to content

Commit

Permalink
Small wording adjustments for the install command
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 28, 2024
1 parent eafcb5b commit afbc5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/plugin/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Kirby\Filesystem\F;

return [
'description' => 'Installs a kirby plugin repository from the Github',
'description' => 'Installs a kirby plugin repository from Github',
'args' => [
'repo' => [
'description' => 'The Github repo path (i.e. getkirby/kql)',
Expand Down Expand Up @@ -47,6 +47,6 @@
// remove the zip
F::unlink($zip);

$cli->success('The ' . $repo . ' plugin has been installed ' . $version . ' version');
$cli->success('The ' . $repo . ' plugin has been installed');
}
];

0 comments on commit afbc5c3

Please sign in to comment.