diff options
author | Tom Duffield <tom@chef.io> | 2016-11-21 09:22:38 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-21 09:22:38 -0600 |
commit | 57304149a7083661a6c3fb7529e470e332b0f375 (patch) | |
tree | 28aa9260a05ee74cf0a48239efd80c45ecf05479 /tasks | |
parent | a1f7c6d7a576198f7d7b1a642f57aa84e77622e4 (diff) | |
download | chef-57304149a7083661a6c3fb7529e470e332b0f375.tar.gz |
Fix typo in release templatestduffield/add-announcement-generator
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/templates/prerelease.md.erb | 2 | ||||
-rw-r--r-- | tasks/templates/release.md.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks/templates/prerelease.md.erb b/tasks/templates/prerelease.md.erb index c5ebcebfa7..da339ea590 100644 --- a/tasks/templates/prerelease.md.erb +++ b/tasks/templates/prerelease.md.erb @@ -9,7 +9,7 @@ We have selected <%= @version %> as our Chef v<%= @maj_minor %> release candidat Please see the [CHANGELOG](https://github.com/chef/chef/blob/master/CHANGELOG.md) for the complete list of changes. # Get the Build -As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef-client) or by using the new `milib-install` command line utility available in ChefDK 0.19.6 or greater. +As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef-client) or by using the new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. ```shell $ mixlib-install download chef -v <%= @version %> -c current diff --git a/tasks/templates/release.md.erb b/tasks/templates/release.md.erb index 07270fd7e7..c4400ece59 100644 --- a/tasks/templates/release.md.erb +++ b/tasks/templates/release.md.erb @@ -9,7 +9,7 @@ We're happy to announce the release of Chef v<%= @maj_minor %>! Please see the [CHANGELOG](https://github.com/chef/chef/blob/master/CHANGELOG.md) for the complete list of changes. # Get the Build -As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef-client) or by using the new `milib-install` command line utility available in ChefDK 0.19.6 or greater. +As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef-client) or by using the new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. ```shell $ mixlib-install download chef -v <%= @version %> |