summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-28 08:18:05 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-28 08:18:05 -0700
commit99d8cb985d2c2b6ecaa972d7a707faca526b3110 (patch)
tree3f1df7b8d171b036b8e5f0741b1244cf63b9ae0e
parent9c290ca4ea47124dc382c6c07741f4ef53926b43 (diff)
downloadchef-99d8cb985d2c2b6ecaa972d7a707faca526b3110.tar.gz
Capitalize the plugin names
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 102ac2d22e..c6b2e72409 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -483,7 +483,7 @@ The `Azure` Ohai plugin now gathers the latest version of the metadata provided
New `IPC` and `Interupts` plugins have been added to Ohai. The IPC plugin exposes SysV IPC shmem information and interupts plugin exposes data from `/proc/interrupts` and `/proc/irq`. Both of these plugins are disabled by default you you'll need to add :Ipc or :Interupts Thanks [@jsvana](https://github.com/jsvana) and [@davide125](https://github.com/davide125) for these new plugins.
-Note: Both `ipc` and `interupts` plugins are optional plugins, which are disabled by default. They can be enabled via your `client.rb`:
+Note: Both `IPC` and `Interupts` plugins are optional plugins, which are disabled by default. They can be enabled via your `client.rb`:
```ruby
ohai.optional_plugins = [