Merge pull request #2276 from johnhawkinson/dstypo

download_strategy: docstring typo Gtthub -> Github
This commit is contained in:
Mike McQuaid 2017-03-06 18:00:46 +00:00 committed by GitHub
commit 1959cc3f2d

View File

@ -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"