bugfix (public repos were publicaly cloned)

This commit is contained in:
Kenneth Reitz
2011-02-21 04:16:30 -05:00
parent f7d8953508
commit 306f7a7b50
+1 -1
View File
@@ -85,7 +85,7 @@ def run():
os.chdir(org)
# I own the repo
private = True if org in ('private', 'fork', 'mirror') else False
private = True if org in ('private', 'fork', 'mirror', 'public') else False
# just `git pull` if it's already there
if os.path.exists(repo.name):