Skip to content

Commit 4d79ff9

Browse files
committed
fix weird typo
1 parent 3a34430 commit 4d79ff9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ deploy:
1414
provider: script
1515
script:
1616
- make release || travis_terminate 1
17-
- aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate
18-
1
17+
- aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate 1
1918
skip_cleanup: true
2019
on:
2120
tags: true

0 commit comments

Comments
 (0)