Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Titouan Chary committed Aug 13, 2018
1 parent 7d0c6cb commit 9f3f3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:

before_deploy:
- echo "Deploying $VERSION(-$PRERELEASE) to GitHub releases"
- for d in $(find ./pkg -type d -maxdepth 1 -mindepth 1 | cut -d '/' -f3); do zip -j terraform-provider-chefsolo_${VERSION}_${d}.zip ./pkg/${d}/terraform*/* ; done
- for d in $(find ./pkg -type d -maxdepth 1 -mindepth 1 | cut -d '/' -f3); do zip -j terraform-provider-chefsolo_${VERSION}_${d}.zip ./pkg/${d}/terraform* ; done

branches:
only:
Expand Down

0 comments on commit 9f3f3ea

Please sign in to comment.