Skip to content

Commit b60429c

Browse files
committed
Fixed plugin configuration init.
1 parent 121e2b4 commit b60429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/drill/terraform/scripts/install_drill.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ WantedBy=default.target
404404
curl --retry 6 -s -S -X POST \
405405
-H 'Content-Type: application/json;charset=UTF-8' \
406406
-d "$(get_manta_plugin_config)" \
407-
${http://localhost:8047/storage/myplugin.json}
407+
'http://localhost:8047/storage/myplugin.json'
408408
fi
409409

410410
log "Finished installing Apache Drill"

0 commit comments

Comments
 (0)