removed an extra output

This commit is contained in:
antelle 2020-12-30 18:17:46 +01:00
parent 014b6b2319
commit 54a1860398
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ module.exports = function (grunt) {
sha = execSync('git rev-parse --short HEAD').toString('utf8').trim();
} catch (e) {
grunt.warn(
`Cannot get commit sha from git (${e.message}). It's recommended to build KeeWeb from a git repo ` +
"Cannot get commit sha from git. It's recommended to build KeeWeb from a git repo " +
'because commit sha is displayed in the UI, however if you would like to build from a folder, ' +
'you can override what will be displayed in the UI with --commit-sha=xxx'
'you can override what will be displayed in the UI with --commit-sha=xxx.'
);
}
}