We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2469c48 commit 0cd7278Copy full SHA for 0cd7278
generate-yaml-rp-env.sh
@@ -40,7 +40,7 @@ process_file() {
40
# Validate the escaped JSON
41
if ! echo "$escaped_json" | jq empty 2>/dev/null; then
42
echo "Error: $var_name contains invalid JSON"
43
- exit 1‚
+ exit 1
44
fi
45
46
# Process with jq and then clean up the escaped newlines
0 commit comments