Skip to content

Commit

Permalink
fix: Quote YAML string
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmartti committed Oct 30, 2018
1 parent db6ccc8 commit 06fa90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
path: _gen.tar.gz

# Trigger a new build of the deploy project
- run: curl -X POST --header "Content-Type: application/json" https://circleci.com/api/v1.1/project/github/PokeAPI/deploy/build?circle-token=$CIRCLECI_API_TOKEN
- run: "curl -X POST --header \"Content-Type: application/json\" https://circleci.com/api/v1.1/project/github/PokeAPI/deploy/build?circle-token=$CIRCLECI_API_TOKEN"

0 comments on commit 06fa90a

Please sign in to comment.