Remove exclamation point
This commit is contained in:
parent
fc8dc40cf0
commit
e29c78b49b
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ async function updateCommits() {
|
||||||
|
|
||||||
commitCount = commits.toString()
|
commitCount = commits.toString()
|
||||||
if (process.env.BRANCH == "dev") {
|
if (process.env.BRANCH == "dev") {
|
||||||
commitCount += " | Beta site!"
|
commitCount += " | Beta site"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue