Fix submit_try for new builder names
(SkipBuildbotRuns)
Unreviewed.
Review URL: https://codereview.chromium.org/14611009
git-svn-id: http://skia.googlecode.com/svn/trunk@8950 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/submit_try b/tools/submit_try
index 823a354..4f4fd6e 100755
--- a/tools/submit_try
+++ b/tools/submit_try
@@ -47,7 +47,7 @@
SKIA_BUILD_MASTER_PORT = str(GetGlobalVariable('external_port'))
# All try builders have this suffix.
-TRYBOT_SUFFIX = '_Trybot'
+TRYBOT_SUFFIX = '-Trybot'
# Location of the codereview.settings file in the Skia repo.
SKIA_URL = 'skia.googlecode.com'