I really don't like the online editor

This commit is contained in:
claustromaniac 2018-01-16 11:13:07 -03:00 committed by GitHub
parent 343f77c5e9
commit c8d7694fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: