diff options
| author | Martin Afanasjew | 2016-07-02 09:44:48 +0200 |
|---|---|---|
| committer | Martin Afanasjew | 2016-07-07 01:46:58 +0200 |
| commit | 77dd9d56ff39f77391d2f429a9ff25e65a362ba2 (patch) | |
| tree | fbd0d51ffa31677ebfc34e6ee05daa5ccc4eebea /Library/Homebrew/tab.rb | |
| parent | 6cdc6b1460c2d81d514f03afa3447c81b75ef801 (diff) | |
| download | brew-77dd9d56ff39f77391d2f429a9ff25e65a362ba2.tar.bz2 | |
Use GitRepositoryExtension for HOMEBREW_REPOSITORY
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index a72a3c0cc..a407496bb 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -24,7 +24,7 @@ class Tab < OpenStruct "poured_from_bottle" => false, "time" => Time.now.to_i, "source_modified_time" => source_modified_time.to_i, - "HEAD" => Homebrew.git_head, + "HEAD" => HOMEBREW_REPOSITORY.git_head, "compiler" => compiler, "stdlib" => stdlib, "source" => { |
