summaryrefslogtreecommitdiff
path: root/lib/chef/resource/homebrew_tap.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-09 21:09:55 -0700
committerTim Smith <tsmith@chef.io>2018-07-09 21:09:55 -0700
commit5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a (patch)
tree880fb8a9dd9b5cac5bd0c35c88b9016d26ed2419 /lib/chef/resource/homebrew_tap.rb
parent23d33adf3d4c879a67067e52f0850bb510571f28 (diff)
downloadchef-5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a.tar.gz
Add missing periods in descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/homebrew_tap.rb')
-rw-r--r--lib/chef/resource/homebrew_tap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/homebrew_tap.rb b/lib/chef/resource/homebrew_tap.rb
index 2028ce80c8..ab56f6a4c9 100644
--- a/lib/chef/resource/homebrew_tap.rb
+++ b/lib/chef/resource/homebrew_tap.rb
@@ -49,7 +49,7 @@ class Chef
default: "/usr/local/bin/brew"
property :owner, String,
- description: "The owner of the homebrew installation",
+ description: "The owner of the homebrew installation.",
default: lazy { find_homebrew_username }
action :tap do