diff options
| author | Jack Nagel | 2013-06-28 21:17:12 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-06-28 21:17:23 -0500 | 
| commit | a16c80add0f350501b3c9d4c0cf12c0010263178 (patch) | |
| tree | c32bae62140b211dff4bd69422892cf7aca2864f /Library/Formula/git-flow.rb | |
| parent | 7ffc75e50175e0ec8f3f7a52a6bb3d5af0babb6f (diff) | |
| download | homebrew-a16c80add0f350501b3c9d4c0cf12c0010263178.tar.bz2 | |
Detect versions in tag specs
Closes #18300.
Closes #20891.
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index e5194109d..51566caf2 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -13,7 +13,6 @@ class GitFlow < Formula    # Use the tag instead of the tarball to get submodules    url 'https://github.com/nvie/gitflow.git', :tag => '0.4.1' -  version '0.4.1'    head 'https://github.com/nvie/gitflow.git', :branch => 'develop' | 
