Fix lack of whitespace
This commit is contained in:
parent
75cdc55e0e
commit
52f6d68b6c
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ async function updateCommits() {
|
||||||
// commits = commits.substring(commits.lastIndexOf(">") + 1)
|
// commits = commits.substring(commits.lastIndexOf(">") + 1)
|
||||||
// ^ This works for Github (fuck you Github)
|
// ^ This works for Github (fuck you Github)
|
||||||
|
|
||||||
commitCount = commits.toString()
|
commitCount = commits.toString().trim()
|
||||||
if (process.env.BRANCH == "dev") {
|
if (process.env.BRANCH == "dev") {
|
||||||
commitCount += " | Beta site"
|
commitCount += " | Beta site"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue