typo
authorMichael Wallner <mike@php.net>
Mon, 30 Mar 2015 19:19:05 +0000 (21:19 +0200)
committerMichael Wallner <mike@php.net>
Mon, 30 Mar 2015 19:19:05 +0000 (21:19 +0200)
src/pharext/Packager.php

index 53fbca23bc498d67661a797f95cc3232d1ac84b3..81bac81d13335cae823b9feb2a541f843a76e118 100644 (file)
@@ -213,7 +213,7 @@ class Packager implements Command
                                $this->source = new SourceDir\Pecl($source);
                        } elseif ($this->args["git"]) {
                                $this->source = new SourceDir\Git($source);
-                       } elseif (is_file("$source/parext_package.php")) {
+                       } elseif (is_file("$source/pharext_package.php")) {
                                $this->source = include "$source/pharext_package.php";
                        } else {
                                $this->source = new SourceDir\Basic($source);