From: Michael Wallner Date: Mon, 30 Mar 2015 19:19:05 +0000 (+0200) Subject: typo X-Git-Tag: v3.0.0~3 X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=commitdiff_plain;h=9ba4071c9da157169bd4febd4025f60b9221ac78 typo --- diff --git a/src/pharext/Packager.php b/src/pharext/Packager.php index 53fbca2..81bac81 100644 --- a/src/pharext/Packager.php +++ b/src/pharext/Packager.php @@ -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);