From fa06438102f3409ff9c8bcd55096338e416b889f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 18 Oct 2014 17:55:13 -0500 Subject: [PATCH] Undocument UnsafeSubersionDownloadStrategy --- Library/Contributions/example-formula.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 9a5823da38..5c656b8382 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -23,7 +23,6 @@ class ExampleFormula < Formula # `:nounzip` (without extracting) # `:post` (download via an HTTP POST) # `S3DownloadStrategy` (download from S3 using signed request) - # `UnsafeSubversionDownloadStrategy` (svn with invalid certs) url "https://some.dont.provide.archives.example.com", :using => :git, :tag => "1.2.3" # version is seldom needed, because it's usually autodetected from the URL/tag.