tap: fix GitHub naming.
This commit is contained in:
parent
9d28502625
commit
6db4b72200
@ -3,9 +3,9 @@ require "readall"
|
|||||||
|
|
||||||
# a {Tap} is used to extend the formulae provided by Homebrew core.
|
# a {Tap} is used to extend the formulae provided by Homebrew core.
|
||||||
# Usually, it's synced with a remote git repository. And it's likely
|
# Usually, it's synced with a remote git repository. And it's likely
|
||||||
# a Github repository with the name of `user/homebrew-repo`. In such
|
# a GitHub repository with the name of `user/homebrew-repo`. In such
|
||||||
# case, `user/repo` will be used as the {#name} of this {Tap}, where
|
# case, `user/repo` will be used as the {#name} of this {Tap}, where
|
||||||
# {#user} represents Github username and {#repo} represents repository
|
# {#user} represents GitHub username and {#repo} represents repository
|
||||||
# name without leading `homebrew-`.
|
# name without leading `homebrew-`.
|
||||||
class Tap
|
class Tap
|
||||||
extend Cachable
|
extend Cachable
|
||||||
@ -52,7 +52,7 @@ class Tap
|
|||||||
|
|
||||||
extend Enumerable
|
extend Enumerable
|
||||||
|
|
||||||
# The user name of this {Tap}. Usually, it's the Github username of
|
# The user name of this {Tap}. Usually, it's the GitHub username of
|
||||||
# this #{Tap}'s remote repository.
|
# this #{Tap}'s remote repository.
|
||||||
attr_reader :user
|
attr_reader :user
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user