Edit comment

This commit is contained in:
Kevin Hock
2017-11-08 15:53:01 -08:00
committed by Kevin Hock
parent 54ccb65a09
commit e4f28a2193

View File

@@ -116,7 +116,7 @@ def autoupdate(runner, tags_only, repo=None):
input_config = load_config(runner.config_file_path)
for repo_config in input_config['repos']:
# Skip any repo_configs that aren't the specified repo
# Skip updating any repo_configs that aren't the specified repo
if repo and repo != repo_config['repo']:
output_repos.append(repo_config)
continue