From 43d0fe5caec529baa348b44f6e1cba49e87754a7 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 7 Jan 2019 23:08:48 +0100 Subject: commands: show: change for a single valued --field flag --- misc/git_hooks/prepare-commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/git_hooks/prepare-commit-msg') diff --git a/misc/git_hooks/prepare-commit-msg b/misc/git_hooks/prepare-commit-msg index e1d38c3c..6066d40e 100755 --- a/misc/git_hooks/prepare-commit-msg +++ b/misc/git_hooks/prepare-commit-msg @@ -14,7 +14,7 @@ then hashChar=":" fi -ISSUE=`git bug show --fields shortId` +ISSUE=`git bug show --field shortId` if [ "$ISSUE" = "" ] then echo "$cmtChar !!!!! insert $hashChar in your comment, pick one in list below." >> "$1" -- cgit v1.2.3