projects
/
pharext
/
pharext
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f4a6d79
)
typo
author
Michael Wallner
<mike@php.net>
Tue, 24 Mar 2015 19:35:23 +0000
(20:35 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 24 Mar 2015 19:35:23 +0000
(20:35 +0100)
src/pharext/Installer.php
patch
|
blob
|
history
diff --git
a/src/pharext/Installer.php
b/src/pharext/Installer.php
index 50c6e803df05645ebd2c993027e6bb743d3ff446..b470c3a1d8b890edb8d5def5c6a290089a0aa218 100644
(file)
--- 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");