summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-11 13:39:15 -0700
committerGitHub <noreply@github.com>2019-06-11 13:39:15 -0700
commit67db475ca34739690789ea225c01d93fe390c4c6 (patch)
tree5c242757271427ea53b40f263c64b272a0e186b6
parent38cc17ca2b53bf3a5a345302d3910855c4bd2b67 (diff)
downloadchef-67db475ca34739690789ea225c01d93fe390c4c6.tar.gz
Update docs/dev/how_to/releasing_chef_infra.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r--docs/dev/how_to/releasing_chef_infra.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md
index 2ed3114217..0dfe88f114 100644
--- a/docs/dev/how_to/releasing_chef_infra.md
+++ b/docs/dev/how_to/releasing_chef_infra.md
@@ -60,7 +60,7 @@ Many of our users consume Chef via Homebrew using our casks. Make sure to update
Many Windows users consume our packages via Chocolatey. Make sure to update the various version strings and sha checksums here: https://github.com/chef/chocolatey-packages
-Once this is updated you'll need to build / push the artifact to the Chocolatey site from a Windows host:
+Once this is updated, you'll need to build / push the artifact to the Chocolatey site from a Windows host:
1. `choco pack .\chef-client\chef-client.nuspec`
2. `choco push .\chef-client.15.1.9.nupkg --key API_KEY_HERE`