Skip to content

Commit 0cd7278

Browse files
committed
fix: syntax, works locally now again
1 parent 2469c48 commit 0cd7278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-yaml-rp-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ process_file() {
4040
# Validate the escaped JSON
4141
if ! echo "$escaped_json" | jq empty 2>/dev/null; then
4242
echo "Error: $var_name contains invalid JSON"
43-
exit 1
43+
exit 1
4444
fi
4545

4646
# Process with jq and then clean up the escaped newlines

0 commit comments

Comments
 (0)