summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <454857+lamont-granquist@users.noreply.github.com>2021-12-07 12:15:55 -0800
committerGitHub <noreply@github.com>2021-12-07 12:15:55 -0800
commit7e5ddb402c7b84ba16bc7e589792ea1cd2856487 (patch)
tree14da1e98f776f1655365f8ec85213cf4f2d49a06
parent38092be604cf588e01c633e04990259b83c73ec2 (diff)
parentb7cc0c542a42bea1ce22746cf3417df40689879d (diff)
downloadchef-7e5ddb402c7b84ba16bc7e589792ea1cd2856487.tar.gz
Merge pull request #12346 from damacus/12345/remove-tap-full
-rw-r--r--lib/chef/resource/homebrew_tap.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/resource/homebrew_tap.rb b/lib/chef/resource/homebrew_tap.rb
index 05567c5166..b728d447c8 100644
--- a/lib/chef/resource/homebrew_tap.rb
+++ b/lib/chef/resource/homebrew_tap.rb
@@ -41,10 +41,6 @@ class Chef
property :url, String,
description: "The URL of the tap."
- property :full, [TrueClass, FalseClass],
- description: "Perform a full clone on the tap, as opposed to a shallow clone.",
- default: false
-
property :homebrew_path, String,
description: "The path to the Homebrew binary.",
default: "/usr/local/bin/brew"