diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 6a5dd6ac7c..b8594f6252 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -349,7 +349,6 @@ class GitDownloadStrategy < AbstractDownloadStrategy unless @clone.exist? # Note: first-time checkouts are always done verbosely clone_args = %w[git clone] - clone_args << '--single-branch' clone_args << '--depth' << '1' if support_depth? case @spec