summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-11-20 15:31:23 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-11-20 15:31:23 -0800
commit4ddb5704d8e32930f88f6fca4ff3411a97216ed0 (patch)
tree3a8c5799984fc07beefa08352317b685b8669a0e
parent8deab370b8f117f86c61baaee70144c39787c6ba (diff)
downloadchef-4ddb5704d8e32930f88f6fca4ff3411a97216ed0.tar.gz
another word tweak on this block
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e5604af2c4..aa226bdcac 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -20,7 +20,7 @@ The package installation emits a message that /opt/chef is being removed to info
### Package provider allow_downgrade is now true by default
-We reversed the default behavior to `allow_downgrade true` for our package providers. To override this setting to ignore downgrades, use the `allow_downgrade false` flag. This behavior change will mostly affect users of the rpm and zypper package providers.
+We reversed the default behavior to `allow_downgrade true` for our package providers. To override this setting to prevent downgrades, use the `allow_downgrade false` flag. This behavior change will mostly affect users of the rpm and zypper package providers.
```
package "foo" do