Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: tools/bots/version_checker.py

Issue 2919933003: Fix versionchecker script (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/version_checker.py
diff --git a/tools/bots/version_checker.py b/tools/bots/version_checker.py
index d6295a682f42139c155a74ed798edc384553fb48..d61668e08aaff613b13c3a84572ff080a97bedce 100755
--- a/tools/bots/version_checker.py
+++ b/tools/bots/version_checker.py
@@ -13,7 +13,7 @@ import bot_utils
utils = bot_utils.GetUtils()
-VERSION_BUILDER = r'version-checker'
+VERSION_BUILDER = r'versionchecker'
def VersionConfig(name, is_buildbot):
version_pattern = re.match(VERSION_BUILDER, name)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698