mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix typo in ID in shellcheck disable
directive
@@ -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"
|
||||||
|
Reference in New Issue
Block a user