summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 176c5635..13742559 100755
--- a/repo
+++ b/repo
@@ -505,7 +505,7 @@ def _RunSelf(wrapper_path):
505 my_git = os.path.join(my_dir, '.git') 505 my_git = os.path.join(my_dir, '.git')
506 506
507 if os.path.isfile(my_main) and os.path.isdir(my_git): 507 if os.path.isfile(my_main) and os.path.isdir(my_git):
508 for name in ['manifest.py', 508 for name in ['git_config.py',
509 'project.py', 509 'project.py',
510 'subcmds']: 510 'subcmds']:
511 if not os.path.exists(os.path.join(my_dir, name)): 511 if not os.path.exists(os.path.join(my_dir, name)):