mirror of
https://github.com/kennethreitz/ghsync.git
synced 2026-06-05 23:10:16 +00:00
bugfix (public repos were publicaly cloned)
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user