diff --git a/hotpocket.sh b/hotpocket.sh index 5a1826d..5fc81e2 100755 --- a/hotpocket.sh +++ b/hotpocket.sh @@ -144,7 +144,7 @@ fetchRoomPolicies () { } arrayIndexList () { - # eachInArray: array + # arrayIndexList: array local length length="$(jq 'length' -r <<< "$1")" if [ -n "$length" ]; then