From e4f28a2193a5b645cdffbfbc5adbe5cfdf53da01 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Wed, 8 Nov 2017 15:53:01 -0800 Subject: [PATCH] Edit comment --- pre_commit/commands/autoupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/commands/autoupdate.py b/pre_commit/commands/autoupdate.py index 08c694be..85ee2981 100644 --- a/pre_commit/commands/autoupdate.py +++ b/pre_commit/commands/autoupdate.py @@ -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