From a3858b4c4a9efd4d360e20a268e073e50b034e8a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 24 Mar 2015 20:35:23 +0100 Subject: [PATCH] typo --- src/pharext/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pharext/Installer.php b/src/pharext/Installer.php index 50c6e80..b470c3a 100644 --- a/src/pharext/Installer.php +++ b/src/pharext/Installer.php @@ -200,7 +200,7 @@ class Installer implements Command } $sudo = isset($this->args->sudo) ? $this->args->sudo : null; - $type = $this->metadata("type") ?: "php"; + $type = $this->metadata("type") ?: "extension"; try { $this->info("Running INI activation ...\n"); -- 2.30.2