aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-ftp.rb
diff options
context:
space:
mode:
authorRené Moser2015-01-24 15:39:04 +0100
committerJack Nagel2015-01-24 16:15:46 -0500
commit24b9935bf37f2dd85703684f2fd7c820b3ced5b8 (patch)
treeadd4292b65717074d247a077dd12f00356d93d5b /Library/Formula/git-ftp.rb
parentde82527656749126b97fa843e863eebeb91d15fb (diff)
downloadhomebrew-24b9935bf37f2dd85703684f2fd7c820b3ced5b8.tar.bz2
git-ftp: fix HEAD, point to develop
There is no master branch. Closes #36190. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-ftp.rb')
-rw-r--r--Library/Formula/git-ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb
index 037eb36a8..e351791f0 100644
--- a/Library/Formula/git-ftp.rb
+++ b/Library/Formula/git-ftp.rb
@@ -5,7 +5,7 @@ class GitFtp < Formula
url 'https://github.com/git-ftp/git-ftp/archive/1.0.0.tar.gz'
sha1 '69df312a1e0cbb1224ec7571c4b83113211b5a4f'
- head 'https://github.com/git-ftp/git-ftp.git'
+ head 'https://github.com/git-ftp/git-ftp.git', :branch => 'develop'
bottle do
cellar :any