X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FTask%2FBundleGenerator.php;h=5b36fa99e8304570fa626e424b96cb04c1d71797;hb=2419fff2970ab8262ad08ec0fac1867d119fd768;hp=28af6271eaf209b19ded2c1d70c35c703afec6ad;hpb=337e76964be2ed6724633ac477affc3a28426c97;p=pharext%2Fpharext diff --git a/src/pharext/Task/BundleGenerator.php b/src/pharext/Task/BundleGenerator.php index 28af627..5b36fa9 100644 --- a/src/pharext/Task/BundleGenerator.php +++ b/src/pharext/Task/BundleGenerator.php @@ -17,7 +17,7 @@ class BundleGenerator implements Task * @return Generator */ public function run($verbose = false) { - if ($verbose) { + if ($verbose !== false) { printf("Packaging pharext ... \n"); } $rdi = new RecursiveDirectoryIterator(dirname(dirname(__DIR__)));