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 9a853a1 commit afe44e7Copy full SHA for afe44e7
run-examples.sh
@@ -50,7 +50,6 @@ function runExample() {
50
result=""
51
script="$(sed s/your_api_key/${API_KEY}/ < ./${1})"
52
if [ ! -z ${ALT_URL} ]; then
53
- echo "ALT_URL: ${ping_url}"
54
script=$(echo "${script}" | sed "s#https://api.rosette.com/rest/v1#${ping_url}#")
55
fi
56
echo $script
0 commit comments