Merge pull request #1017 from codedge/#970-Pull-fedachdir-source-via-https

Pull fedachdir repository via HTTPS, not SSH
This commit is contained in:
Hillel Coren 2016-07-25 09:42:59 +03:00 committed by GitHub
commit 1b571131f5

View File

@ -140,7 +140,7 @@
"type": "zip" "type": "zip"
}, },
"source": { "source": {
"url": "git@github.com:gatepay/FedACHdir.git", "url": "https://github.com/gatepay/FedACHdir.git",
"type": "git", "type": "git",
"reference": "origin/master" "reference": "origin/master"
} }