From cc428bf8bb0a7a4f40aed7b55a772ff129d14cb9 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 20 Jan 2018 18:44:30 -0800 Subject: [PATCH] Fix newline in deploy --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 1bce353..72c661b 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -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 \\n:rocket: $NOW_URL\"}" \ + --data "{\"text\": \":small_red_triangle: New Carbon PR Deployment for \n:rocket: $NOW_URL\"}" \ "$DAWN_SLACK_WEBHOOK" fi fi