fix typo
This commit is contained in:
parent
b861c4a7b4
commit
e4db91e35b
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
|
@ -39,7 +39,7 @@ try {
|
|||
runCommand("git", ["branch"])
|
||||
.split("* ")[1]
|
||||
.split(" ")[0] + (IS_DEV_MODE ? " - DEV MODE" : "");
|
||||
if (["", "master].includes(version.variant))
|
||||
if (["", "master"].includes(version.variant))
|
||||
delete version.variant;
|
||||
|
||||
// Write version data into a file
|
||||
|
|
|
|||
Loading…
Reference in a new issue