Skip to content

Commit

Permalink
svn: always install brewed version on macOS if required
Browse files Browse the repository at this point in the history
Stock SVN on macOS 10.14 and earlier now throws errors with some certificate providers.
  • Loading branch information
EricFromCanada committed Nov 9, 2021
1 parent 093e6e1 commit d0de6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/os/mac/dependency_collector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DependencyCollector
def git_dep_if_needed(tags); end

def subversion_dep_if_needed(tags)
Dependency.new("subversion", tags) if MacOS.version >= :catalina
Dependency.new("subversion", tags)
end

def cvs_dep_if_needed(tags)
Expand Down

0 comments on commit d0de6ac

Please sign in to comment.