diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)): |