From 54a1860398c0bd0f141bcbcabefab78e2ef3612e Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 30 Dec 2020 18:17:46 +0100 Subject: [PATCH] removed an extra output --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 78f60300..8778f397 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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.' ); } }