typo
authorMichael Wallner <mike@php.net>
Tue, 24 Mar 2015 19:35:23 +0000 (20:35 +0100)
committerMichael Wallner <mike@php.net>
Tue, 24 Mar 2015 19:35:23 +0000 (20:35 +0100)
src/pharext/Installer.php

index 50c6e803df05645ebd2c993027e6bb743d3ff446..b470c3a1d8b890edb8d5def5c6a290089a0aa218 100644 (file)
@@ -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");