git-ftp: fix HEAD, point to develop

There is no master branch.

Closes Homebrew/homebrew#36190.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
René Moser 2015-01-24 15:39:04 +01:00 committed by Jack Nagel
parent 5b870d1e92
commit 0ea3acfe20

View file

@ -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