summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ca6b322d7e..aff65685b7 100644
--- a/lib/chef/resource/homebrew_tap.rb
+++ b/lib/chef/resource/homebrew_tap.rb
@@ -48,7 +48,7 @@ class Chef
description: "The path to the Homebrew binary.",
default: "/usr/local/bin/brew"
- property :owner, [String, Integer],
+ property :owner, String,
description: "The owner of the Homebrew installation.",
default: lazy { find_homebrew_username }