diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-31 13:08:57 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-31 13:08:57 -0700 |
commit | 41158aa7b56f5492c6309c5c997250e446138a6c (patch) | |
tree | a1eae9cee9f8c8c03d990abc0405a9ad155f93e9 /RELEASE_NOTES.md | |
parent | 11e15b2cea814ecf8c984bd5778f3cf10b4c7767 (diff) | |
download | chef-41158aa7b56f5492c6309c5c997250e446138a6c.tar.gz |
[ci skip] typo in RELEASE_NOTES
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4d4443fd5e..f4e9d6a348 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -159,7 +159,7 @@ matches what the user types in the DSL) or with empty brackets (`apt_update[]` - ### The knife ssh command applies the same fuzzifier as knife search node -A bare name to knife search node will search for the name in `tags`, `roles`, `fqdn`, `addresses`, `policy_name` or `policy_group` fields and wil +A bare name to knife search node will search for the name in `tags`, `roles`, `fqdn`, `addresses`, `policy_name` or `policy_group` fields and will match when given partial strings. The `knife ssh` search term has been similarly extended so that the search API matches in both cases. The node search fuzzifier has also been extracted out to a `fuzz` option to Chef::Search::Query for re-use elsewhere. |