Skip to content

Commit 76056ca

Browse files
author
Tim Hopper
committed
remove bad trailing space
1 parent 097b6b3 commit 76056ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify_deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/bash
22

33
if [ $TRAVIS_BRANCH = "foo" ]; then
4-
netlify deploy \
4+
netlify deploy \
55
--auth $NETLIFY_AUTH_TOKEN \
66
--site $NETLIFY_SITE_ID \
77
--dir ./web \
88
--prod \
99
--message "Production deploy from Travis CI"
1010
else
11-
netlify deploy \
11+
netlify deploy \
1212
--auth $NETLIFY_AUTH_TOKEN \
1313
--site $NETLIFY_SITE_ID \
1414
--dir ./web \

0 commit comments

Comments
 (0)