summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authortyler-ball <tball@chef.io>2019-05-09 12:07:28 -0600
committertyler-ball <tball@chef.io>2019-05-09 12:07:30 -0600
commit1165e24e574f2bbbf37403680b0f407b5750981a (patch)
treed3824fc62e979bab944c89b5001aaa26fd0ff75c /RELEASE_NOTES.md
parent978b4055e2d3b0a0bdd6120f94ccd732196b9840 (diff)
downloadchef-1165e24e574f2bbbf37403680b0f407b5750981a.tar.gz
CHEF_LICENSE environment variables should be quotedenv_quotes
Some shells interpret the '-' character in 'accept-no-persist' Signed-off-by: tyler-ball <tball@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 76607e5ca2..62267652fe 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -12,8 +12,8 @@ Chef Infra Client requires a EULA to be accepted by users before it can run. Use
`chef-client --chef-license accept`
`chef-client --chef-license accept-no-persist`
-`CHEF_LICENSE=accept chef-client`
-`CHEF_LICENSE=accept-no-persist chef-client`
+`CHEF_LICENSE="accept" chef-client`
+`CHEF_LICENSE="accept-no-persist" chef-client`
Finally, if users run `chef-client` without any of these options, they will receive an interactive prompt asking for
license acceptance. If the license is accepted, a marker file will be written to the filesystem (unless