Skip to content

Commit d9312ae

Browse files
committed
Typo in travis script for app name
1 parent cbfbfa9 commit d9312ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deploy:
2727
branch: master
2828
- edge: true
2929
provider: script
30-
script: if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cf zero-downtime-push create-react-app-devop -f ./manifest.yml; else echo "PR skip deploy"; fi
30+
script: if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cf zero-downtime-push create-react-app-devops -f ./manifest.yml; else echo "PR skip deploy"; fi
3131
skip_cleanup: true
3232
on:
3333
tags: true

0 commit comments

Comments
 (0)