diff --git a/scripts/hosting/packet/packet.sh b/scripts/hosting/packet/packet.sh index 12bee083..0ee734de 100644 --- a/scripts/hosting/packet/packet.sh +++ b/scripts/hosting/packet/packet.sh @@ -6,7 +6,7 @@ INSTALLER_IMAGE=rancher/os:v0.7.0-rc1 tinkerbell_post() { - system-docker run rancher/curl -X POST -H "Content-Type: application/json" -d "{'type':'provisioning.$1'}" ${TINKERBELL_URL} + system-docker run rancher/curl -X POST -H "Content-Type: application/json" -d "{\"type\":\"provisioning.$1\"}" ${TINKERBELL_URL} } tinkerbell_post 104