diff --git a/updater.bat b/updater.bat index 9e0546c..9cec6ac 100644 --- a/updater.bat +++ b/updater.bat @@ -171,7 +171,7 @@ IF EXIST user.js.new ( CALL :message "Update completed without changes." ) ELSE ( REN user.js.new user.js - REN CALL :message "Update complete." + CALL :message "Update complete." ) ) ECHO: