summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-29 09:38:10 -0700
committerGitHub <noreply@github.com>2018-03-29 09:38:10 -0700
commitb6af5fd5f8aa40e03fc5625129e914d61ed55fe9 (patch)
treedbdca261d135c95bbac8bcf5a733855dd5c38768
parentdb68b7b821f77327d6e9f08c789166ba53a56d03 (diff)
parent3fd5bece2cf6a1e203ceec7d44c88f840038fa9a (diff)
downloadchef-b6af5fd5f8aa40e03fc5625129e914d61ed55fe9.tar.gz
Merge pull request #7089 from brewn/windows-font-no-remove
[windows_font] get rid of "remove" in description
-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"