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:
parent
5b870d1e92
commit
0ea3acfe20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue