X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ed956a4cf00473f3b2ba135dbeacff65bc9602b0..refs/pull/5681/head:/dev/licensing/gen-php-licenses diff --git a/dev/licensing/gen-php-licenses b/dev/licensing/gen-php-licenses index ed5a21c5a..79f4c2ff6 100644 --- a/dev/licensing/gen-php-licenses +++ b/dev/licensing/gen-php-licenses @@ -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;