Strip trailing whitespace

This commit is contained in:
Dylan K. Taylor
2021-03-28 19:02:51 +01:00
parent 3b3fb5e662
commit e42a691da9
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ function main(array $argv) : void{
$versionInfoPath = dirname(__DIR__) . '/src/pocketmine/VersionInfo.php';
replaceVersion($versionInfoPath, $currentVer->getBaseVersion(), false);
echo "please add appropriate notes to the changelog and press enter...";
fgets(STDIN);
system('git add "' . dirname(__DIR__) . '/changelogs"');