diff --git a/hotpocket.sh b/hotpocket.sh index 5e40b5d..ea5c2d5 100755 --- a/hotpocket.sh +++ b/hotpocket.sh @@ -355,7 +355,8 @@ ingestRule () { local action_tags local match local code - rule_tags="$(oneOfTagsAsArray <<< "$1" | applyTopicsToTags)" || return 1 + # | applyTopicsToTags + rule_tags="$(oneOfTagsAsArray <<< "$1")" || return 1 for actions_index in $(arrayIndexList "$ACTIONS"); do action="$(jq ".[$((actions_index-1))]" -rc <<< "$ACTIONS")" || return 2