FIX
All checks were successful
Build and Deploy / build (push) Successful in 29s

This commit is contained in:
Genstar 2024-10-08 21:21:53 -03:00
parent 0319520042
commit 725e7d819a
Signed by: Genstar
GPG key ID: 126410EC6B40E3EA

View file

@ -1,5 +1,5 @@
#!/bin/sh
jq -c '.[]' ./gen/main.json && true | while IFS=$'\n' read L; do
(jq -c '.[]' ./gen/main.json && true) | while IFS=$'\n' read L; do
TITLE=`printf "$L" | jq -r '.title'`
DESCRIPTION=`printf "$L" | jq -r '.description'`
FILTER=`printf "$L" | jq -r '.filter'`