From 5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 9 Jul 2018 21:09:55 -0700 Subject: Add missing periods in descriptions Signed-off-by: Tim Smith --- lib/chef/resource/homebrew_tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource/homebrew_tap.rb') 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 -- cgit v1.2.1