mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
add missing semicolon
This commit is contained in:
parent
33d37a9b5b
commit
741a020579
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ for (setting in configContent) {
|
|||
}
|
||||
|
||||
if (process.env.DOCKER_COMMIT_HASH) {
|
||||
gitCommitHash = process.env.DOCKER_COMMIT_HASH
|
||||
gitCommitHash = process.env.DOCKER_COMMIT_HASH;
|
||||
} else {
|
||||
try {
|
||||
const gitRevParse = spawnSync('git', ['rev-parse', '--short', 'HEAD']);
|
||||
|
|
Loading…
Add table
Reference in a new issue