Skip to content

Commit

Permalink
fix: Make sure jq prints raw values
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Nov 25, 2024
1 parent 20550f2 commit de3becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ get_json_array() {
return 1
fi

readarray -t arr < <(echo "$module_config" | jq "$jq_query")
readarray -t arr < <(echo "$module_config" | jq -r "$jq_query")
}

color_string() {
Expand Down

0 comments on commit de3becf

Please sign in to comment.