2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 17:24:41 +00:00

Merge pull request #1231 from frappe/staging

chore: Merge staging into v5.x
This commit is contained in:
Saurabh 2021-12-10 12:45:27 +05:30 committed by GitHub
commit ad026a421a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,8 @@ class AppMeta:
# fetch meta for repo from remote git server - traditional get-app url
elif is_git_url(self.name):
if self.name.startswith("git@") or self.name.startswith("ssh://"):
self.use_ssh = True
self._setup_details_from_git_url()
# fetch meta from new styled name tags & first party apps on github