summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrewn <nbrewer@chef.io>2018-03-29 12:35:28 -0400
committerbrewn <nbrewer@chef.io>2018-03-29 12:35:28 -0400
commit3fd5bece2cf6a1e203ceec7d44c88f840038fa9a (patch)
treedbdca261d135c95bbac8bcf5a733855dd5c38768
parentdb68b7b821f77327d6e9f08c789166ba53a56d03 (diff)
downloadchef-3fd5bece2cf6a1e203ceec7d44c88f840038fa9a.tar.gz
get rid of remove in description since this resource doesn't do that
Signed-off-by: brewn <nbrewer@chef.io>
-rw-r--r--lib/chef/resource/windows_font.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_font.rb b/lib/chef/resource/windows_font.rb
index 6f82e3cd8f..8a779a000d 100644
--- a/lib/chef/resource/windows_font.rb
+++ b/lib/chef/resource/windows_font.rb
@@ -25,7 +25,7 @@ class Chef
resource_name :windows_font
provides :windows_font
- description "Use the windows_font resource to install or remove font files on Windows."\
+ description "Use the windows_font resource to install font files on Windows."\
" By default, the font is sourced from the cookbook using the resource, but a URI"\
" source can be specified as well."
introduced "14.0"