diff --git a/updater.bat b/updater.bat index b7fdacef608e3f893fc86721bb9f8d24755f9d38..4c23a955ad5920aeef2246a2576dfe2ca8ca4113 100644 --- a/updater.bat +++ b/updater.bat @@ -40,4 +40,4 @@ IF %CODE% EQU 0 ( ) @echo Exit -pause \ No newline at end of file +pause diff --git a/updater.sh b/updater.sh index bafc83c28ab3839594b21925a7c6d682c6faf327..c6d7d92116f81e083c7719981a527f0399e213da 100644 --- a/updater.sh +++ b/updater.sh @@ -34,4 +34,4 @@ if [ $CODE -eq 0 ]; then git pull origin pregmod-master fi echo "Update complete!" -fi \ No newline at end of file +fi