Merge pull request #2276 from johnhawkinson/dstypo
download_strategy: docstring typo Gtthub -> Github
This commit is contained in:
commit
1959cc3f2d
@ -538,7 +538,7 @@ end
|
||||
# your formula. This download strategy uses GitHub access tokens (in the
|
||||
# environment variables HOMEBREW_GITHUB_API_TOKEN) to sign the request. This
|
||||
# strategy is suitable for corporate use just like S3DownloadStrategy, because
|
||||
# it lets you use a private GttHub repository for internal distribution. It
|
||||
# it lets you use a private GitHub repository for internal distribution. It
|
||||
# works with public one, but in that case simply use CurlDownloadStrategy.
|
||||
class GitHubPrivateRepositoryDownloadStrategy < CurlDownloadStrategy
|
||||
require "utils/formatter"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user