Make brew style happy
This commit is contained in:
parent
5cedb75a62
commit
73e099aee7
@ -240,9 +240,10 @@ module Homebrew
|
|||||||
def github_info(f)
|
def github_info(f)
|
||||||
return f.path if f.tap.blank? || f.tap.remote.blank?
|
return f.path if f.tap.blank? || f.tap.remote.blank?
|
||||||
|
|
||||||
path = if f.is_a?(Formula)
|
path = case f
|
||||||
|
when Formula
|
||||||
f.path.relative_path_from(f.tap.path)
|
f.path.relative_path_from(f.tap.path)
|
||||||
elsif f.is_a?(Cask::Cask)
|
when Cask::Cask
|
||||||
f.sourcefile_path.relative_path_from(f.tap.path)
|
f.sourcefile_path.relative_path_from(f.tap.path)
|
||||||
end
|
end
|
||||||
github_remote_path(f.tap.remote, path)
|
github_remote_path(f.tap.remote, path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user