Skip to content

Commit

Permalink
Merge pull request #28 from kevindickerson/kevindickerson/v0.2.10
Browse files Browse the repository at this point in the history
Fix typo for Chef license agreement notifications
  • Loading branch information
mengesb authored Feb 27, 2017
2 parents 0596266 + 21382a3 commit 030d643
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ tf_hachef CHANGELOG

This file is used to list changes made in each version of the tf_hachef Terraform plan.

v0.2.10 (2017-02-23)
--------------------
- Fixed typo in a warning message relating to accepting Chef license

v0.2.9 (2016-10-29)
-------------------
- Added ETCD tunable variables and implementation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ per plan.
## Contributors

* [Brian Menges](https://github.com/mengesb)

* [Kevin Dickerson, Loom](https://loom.technology)

## Runtime sample

Expand Down
6 changes: 3 additions & 3 deletions providers/aws/route53_ssl/files/chef_mlsa.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ case ${1,,} in

1) exit 0 ;;

false) echo "Please set acept_license = \"true\" in terraform.tfvars"
false) echo "Please set accept_license = \"true\" in terraform.tfvars"
exit 1 ;;

0) echo "Please set acept_license = \"true\" in terraform.tfvars"
0) echo "Please set accept_license = \"true\" in terraform.tfvars"
exit 1 ;;

*) echo "Please set acept_license = \"true\" in terraform.tfvars"
*) echo "Please set accept_license = \"true\" in terraform.tfvars"
exit 1 ;;
esac

0 comments on commit 030d643

Please sign in to comment.