diff options
| author | René Moser | 2015-01-24 15:39:04 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-24 16:15:46 -0500 |
| commit | 24b9935bf37f2dd85703684f2fd7c820b3ced5b8 (patch) | |
| tree | add4292b65717074d247a077dd12f00356d93d5b /Library/Formula | |
| parent | de82527656749126b97fa843e863eebeb91d15fb (diff) | |
| download | homebrew-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')
| -rw-r--r-- | Library/Formula/git-ftp.rb | 2 |
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 |
