X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FInstaller.php;fp=src%2Fpharext%2FInstaller.php;h=7cbe5e921b99f7854215f05bcb4d2b2464e1f5d5;hb=d86a65973ac3cd8647354274ab9af6ce8c8257fc;hp=d6b3c671e1f6dc97a61f9e0033225952a985478f;hpb=110c66902aec86debee5255dc90532308cdf987b;p=pharext%2Fpharext diff --git a/src/pharext/Installer.php b/src/pharext/Installer.php index d6b3c67..7cbe5e9 100644 --- a/src/pharext/Installer.php +++ b/src/pharext/Installer.php @@ -220,7 +220,7 @@ class Installer implements Command $sudo = isset($this->args->sudo) ? $this->args->sudo : null; $type = $this->metadata("type") ?: "extension"; - $activate = new Task\Activate($temp, $files, $type, $this->args->prefix, $this->args{"common-name"}, $sudo); + $activate = new Task\Activate($temp, $files, $type, $this->args->prefix, $this->args["common-name"], $sudo); if (!$activate->run($this->verbosity())) { $this->info("Extension already activated ...\n"); }