You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elif parsed_url.scheme in ('git', 'git+ssh', 'git+http', 'git+https'):
elif parsed_url.scheme in ('git', 'git+file', 'git+ssh', 'git+http', 'git+https'):
if isdir(target):
with current_directory(target):
shprint(sh.git, 'fetch', '--tags')
The text was updated successfully, but these errors were encountered:
diff --git a/pythonforandroid/recipe.py b/pythonforandroid/recipe.py
index 234a111a..8e76daca 100644
--- a/pythonforandroid/recipe.py
+++ b/pythonforandroid/recipe.py
@@ -149,7 +149,7 @@ class Recipe(with_metaclass(RecipeMeta)):
The text was updated successfully, but these errors were encountered: