hotpocket.sh: fix doc typo
This commit is contained in:
parent
c99fa804d4
commit
165679a637
@ -144,7 +144,7 @@ fetchRoomPolicies () {
|
||||
}
|
||||
|
||||
arrayIndexList () {
|
||||
# eachInArray: array
|
||||
# arrayIndexList: array
|
||||
local length
|
||||
length="$(jq 'length' -r <<< "$1")"
|
||||
if [ -n "$length" ]; then
|
||||
|
Reference in New Issue
Block a user