mirror of https://github.com/keeweb/keeweb
removed an extra output
parent
014b6b2319
commit
54a1860398
|
@ -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.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue