I always forget how strict JSON is.

This commit is contained in:
Ralph Bean 2017-01-12 15:52:48 +00:00
parent 0fc406658a
commit 0efa7a86ef

View file

@ -8,7 +8,7 @@
"token": "{{pdc_updater_api_token_stg }}"
{% else %}
"host": "https://pdc.fedoraproject.org/rest_api/v1/",
'token': '{{pdc_updater_api_token_prod }}'
"token": "{{pdc_updater_api_token_prod }}"
{% endif %}
}
}