aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-extras.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-03 17:44:40 -0500
committerJack Nagel2014-12-03 17:44:40 -0500
commit8fcdc0a3258ec574b7407506b7635f9f5174a297 (patch)
treed27859c1b4e85e839240ed216ff6c20c216a3e12 /Library/Formula/git-extras.rb
parent890b799e1f3c3caafbf7f508a67b8292547097e4 (diff)
downloadhomebrew-8fcdc0a3258ec574b7407506b7635f9f5174a297.tar.bz2
Drop redundant :branch => "master"
Diffstat (limited to 'Library/Formula/git-extras.rb')
-rw-r--r--Library/Formula/git-extras.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb
index 1e7d9381f..0cb521397 100644
--- a/Library/Formula/git-extras.rb
+++ b/Library/Formula/git-extras.rb
@@ -5,7 +5,7 @@ class GitExtras < Formula
url "https://github.com/tj/git-extras/archive/2.2.0.tar.gz"
sha1 "cb3df2bc8953fdae7b73c3d309e79ee5316bb90d"
- head "https://github.com/tj/git-extras.git", :branch => "master"
+ head "https://github.com/tj/git-extras.git"
bottle do
cellar :any