summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-09-22 17:01:18 -0700
committerNoah Kantrowitz <noah@coderanger.net>2016-09-22 17:01:18 -0700
commit206ca29179f99e6322f9ae84fb1d805bd33b398d (patch)
treec3c205847bf5ea898412fc6026f88b1ca54a108e
parent6d958602de66c1d11db88274454db6752757d286 (diff)
downloadohai-206ca29179f99e6322f9ae84fb1d805bd33b398d.tar.gz
Fix typo.
-rw-r--r--DOC_CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 2f8b2ff1..02192f93 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -20,7 +20,7 @@ The sources used to compute the seed value can be configured either in your
Chef config file:
```ruby
-Ohai::Config[:plugins][:shard_seed][:sources] = [:fqdn]
+Ohai::Config[:plugin][:shard_seed][:sources] = [:fqdn]
```
or your Ohai config file if you run Ohai outside of Chef: