1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

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"
)
# shellcheck disable=SC2302,SC23203
# shellcheck disable=SC2302,SC2303
for i in "${fatherOf[@]}"
do
echo "${fatherOf[$i]:-(missing)} begat $i"