From 24b9935bf37f2dd85703684f2fd7c820b3ced5b8 Mon Sep 17 00:00:00 2001 From: René Moser Date: Sat, 24 Jan 2015 15:39:04 +0100 Subject: git-ftp: fix HEAD, point to develop There is no master branch. Closes #36190. Signed-off-by: Jack Nagel --- Library/Formula/git-ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3