summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-11-21 09:22:38 -0600
committerTom Duffield <tom@chef.io>2016-11-21 09:22:38 -0600
commit57304149a7083661a6c3fb7529e470e332b0f375 (patch)
tree28aa9260a05ee74cf0a48239efd80c45ecf05479
parenta1f7c6d7a576198f7d7b1a642f57aa84e77622e4 (diff)
downloadchef-57304149a7083661a6c3fb7529e470e332b0f375.tar.gz
Fix typo in release templatestduffield/add-announcement-generator
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--tasks/templates/prerelease.md.erb2
-rw-r--r--tasks/templates/release.md.erb2
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 %>