Skip to content

Commit

Permalink
Remove reference to deprecated download strategy (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
taormania authored and caarlos0 committed Jan 26, 2020
1 parent 84d2b71 commit 1b04c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/homebrew.md
Expand Up @@ -60,9 +60,9 @@ brews:

# Allows you to set a custom download strategy. Note that you'll need
# to implement the strategy and add it to your tap repository.
# Example: http://lessthanhero.io/post/homebrew-with-private-repo-releases/
# Example: https://docs.brew.sh/Formula-Cookbook#specifying-the-download-strategy-explicitly
# Default is empty.
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
download_strategy: CurlDownloadStrategy.

# Allows you to add a custom require_relative at the top of the formula template
# Default is empty
Expand Down

0 comments on commit 1b04c65

Please sign in to comment.