Index: ct/go/util/constants.go |
diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go |
index 7bf50aedabf66cdb68ed027238dd75f59bb3a3f6..2d2e02578ee9547d7fbcfcf3b90e2c8f85c311f2 100644 |
--- a/ct/go/util/constants.go |
+++ b/ct/go/util/constants.go |
@@ -6,7 +6,7 @@ const ( |
// TODO(rmistry): Switch this to use chrome-bot when ready to run in prod |
CT_USER = "rmistry" |
NUM_WORKERS int = 100 |
- WORKER_NAME_TEMPLATE = "build%s-m5" |
+ WORKER_NAME_TEMPLATE = "build%d-m5" |
GS_BUCKET_NAME = "cluster-telemetry" |
// File names and dir names. |