make-release: added a missing newline

This commit is contained in:
Dylan K. Taylor 2019-07-07 18:02:25 +01:00
parent 3f31dbde57
commit 7c52b4c93d

View File

@ -68,6 +68,6 @@ file_put_contents($versionInfoPath, $mod = preg_replace(
));
system('git add "' . $versionInfoPath . '"');
system('git commit -m "' . $nextVer->getBaseVersion() . ' is next" --include "' . $versionInfoPath . '"');
echo "pushing changes in 10 seconds";
echo "pushing changes in 10 seconds\n";
sleep(10);
system('git push origin HEAD ' . BASE_VERSION);