Fix the download call

This commit is contained in:
joshaber 2016-06-16 15:35:23 -07:00
parent 9dcde259ec
commit 4b47276da9

View file

@ -1,6 +1,6 @@
#!/bin/sh
curl -H 'Authorization: token $DESKTOPBOT_TOKEN' -H 'Accept: application/vnd.github.v3.raw' -O -L https://api.github.com/repos/desktop/desktop-secrets/developer-id-cert.p12
curl -H "Authorization: token ${DESKTOPBOT_TOKEN}" -H 'Accept: application/vnd.github.v3.raw' -O -L https://api.github.com/repos/desktop/desktop-secrets/contents/developer-id-cert.p12
KEY_CHAIN=mac-build.keychain
security create-keychain -p travis $KEY_CHAIN