Fixing bug with local hooks that disappeared during autoupdate

This commit is contained in:
Lucas Cimon
2015-06-14 22:30:23 +02:00
parent 2a642b0619
commit 3c02a24655
3 changed files with 27 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ def autoupdate(runner):
for repo_config in input_configs:
if is_local_hooks(repo_config):
output_configs.append(repo_config)
continue
sys.stdout.write('Updating {0}...'.format(repo_config['repo']))
sys.stdout.flush()