I hate typos

This commit is contained in:
Jeff Avallone 2018-02-11 10:08:23 -05:00
parent 1e07be44da
commit 214a9eb5c1

View File

@ -34,7 +34,7 @@ jobs:
- run:
name: Deploy to S3
command: |
sudo apt-get install install awscli
sudo apt-get -y -qq install awscli
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
workflows: