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 b0b5b2c commit 898ce0dCopy full SHA for 898ce0d
resources/ingest_demo_data.sh
@@ -87,7 +87,7 @@ curl_with_retry() {
87
88
# Execute curl and capture status code and stderr
89
local status_code
90
- status_code=$(curl "${curl_args[@]}" 2>"$stderr_file")
+ status_code=$(curl "${curl_args[@]}" 2>"$stderr_file" | tr -d '\n')
91
local curl_exit_code=$?
92
93
# Check curl exit code
0 commit comments