typo: heck instead of Check

This commit is contained in:
Brice Dutheil 2026-01-22 12:05:39 +01:00 committed by GitHub
parent cce16db8e2
commit 1fbfeac472
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"