mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
add missing semicolon
This commit is contained in:
parent
33d37a9b5b
commit
741a020579
@ -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…
Reference in New Issue
Block a user