Skip to content

Commit

Permalink
Fix newline in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Jan 21, 2018
1 parent 1ad6337 commit cc428bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then

curl -X POST \
-H 'Content-type: application/json' \
--data "{\"text\": \":small_red_triangle: New Carbon PR Deployment for <https://github.com/dawnlabs/carbon/pulls/$TRAVIS_PULL_REQUEST|PR #$TRAVIS_PULL_REQUEST>\\n:rocket: $NOW_URL\"}" \
--data "{\"text\": \":small_red_triangle: New Carbon PR Deployment for <https://github.com/dawnlabs/carbon/pulls/$TRAVIS_PULL_REQUEST|PR #$TRAVIS_PULL_REQUEST>\n:rocket: $NOW_URL\"}" \
"$DAWN_SLACK_WEBHOOK"
fi
fi

0 comments on commit cc428bf

Please sign in to comment.