add missing semicolon

This commit is contained in:
Felipe Knorr Kuhn 2021-06-26 00:29:45 -07:00
parent 33d37a9b5b
commit 741a020579

View File

@ -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']);