We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121e2b4 commit b60429cCopy full SHA for b60429c
blueprints/drill/terraform/scripts/install_drill.sh
@@ -404,7 +404,7 @@ WantedBy=default.target
404
curl --retry 6 -s -S -X POST \
405
-H 'Content-Type: application/json;charset=UTF-8' \
406
-d "$(get_manta_plugin_config)" \
407
- ${http://localhost:8047/storage/myplugin.json}
+ 'http://localhost:8047/storage/myplugin.json'
408
fi
409
410
log "Finished installing Apache Drill"
0 commit comments