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