]> BookStack Code Mirror - bookstack/blobdiff - dev/licensing/gen-php-licenses
Customization: Added parent tag classes
[bookstack] / dev / licensing / gen-php-licenses
index ed5a21c5aa97f690a98cc46db8a60520d30f5878..79f4c2ff69631244a7c06e3d163540988c31709a 100644 (file)
@@ -19,7 +19,7 @@ $licenseInfo =  implode($outputSeparator, $packageOutput) . "\n";
 file_put_contents($outputPath, $licenseInfo);
 
 echo "License information written to {$outputPath}\n";
-echo implode("\n", getWarnings());
+echo implode("\n", getWarnings()) . "\n";
 
 function packageToOutput(stdClass $package) : string {
     global $rootPath;