From 1fbfeac4729dcde4dd6a09dc8f2519c4030b73f1 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Thu, 22 Jan 2026 12:05:39 +0100 Subject: [PATCH] typo: heck instead of Check --- helper/git-extra-utility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/git-extra-utility b/helper/git-extra-utility index 295b2c2..41ab586 100755 --- a/helper/git-extra-utility +++ b/helper/git-extra-utility @@ -16,7 +16,7 @@ git_extra_mktemp() { git_extra_default_branch() { local extras_default_branch init_default_branch remote_default_branch remote_name - # heck git-extras specific config + # Check git-extras specific config extras_default_branch=$(git config --get git-extras.default-branch) if [ -n "$extras_default_branch" ]; then echo "$extras_default_branch"