Commit ca021d95 authored by Maarten de Waard's avatar Maarten de Waard 👼
Browse files

change variables to capitalized variables

parent 8eb89297
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ setup_mapping()

    notify_command="curl -X POST -H \\\"Authorization: Bearer $api_key\\\"
        -H \\\"Content-Type: application/json\\\"
        -d '{\\\"template\\\":\\\"encvmbooted\\\",\\\"hostname\\\":\\\"$(hostname)\\\",\\\"identifier\\\":\\\"instance-$instance_id\\\"}'
        -d '{\\\"template\\\":\\\"ENCVMBOOTED\\\",\\\"HOSTNAME\\\":\\\"$(hostname)\\\",\\\"identifier\\\":\\\"instance-$instance_id\\\"}'
        ${cosmos_url}/api/v2/communication/sendmessage"