Fix typo in ID in shellcheck disable directive

Simon Brandt
2025-02-06 13:29:35 +01:00
parent ab79810125
commit 0f8d21e4fb

@@ -55,7 +55,7 @@ declare -A fatherOf=(
["Gudrød the Hunter"]="Halfdan the Mild" ["Gudrød the Hunter"]="Halfdan the Mild"
) )
# shellcheck disable=SC2302,SC23203 # shellcheck disable=SC2302,SC2303
for i in "${fatherOf[@]}" for i in "${fatherOf[@]}"
do do
echo "${fatherOf[$i]:-(missing)} begat $i" echo "${fatherOf[$i]:-(missing)} begat $i"