| Index: tools/bots/bot_utils.py
|
| diff --git a/tools/bots/bot_utils.py b/tools/bots/bot_utils.py
|
| index 36467245b1628e11665dfb5ea0fd63335ea7104f..8262462224b32e2a6dce2315eabc0d3f703f27b4 100644
|
| --- a/tools/bots/bot_utils.py
|
| +++ b/tools/bots/bot_utils.py
|
| @@ -208,8 +208,7 @@ class GCSNamerApiDocs(object):
|
|
|
| def dartdocs_dirpath(self, revision):
|
| assert len('%s' % revision) > 0
|
| - return '%s/channels/%s/gen-dartdocs/%s' % (self.bucket,
|
| - self.channel, revision)
|
| + return '%s/gen-dartdocs/%s' % (self.bucket, revision)
|
|
|
| def docs_latestpath(self, revision):
|
| assert len('%s' % revision) > 0
|
|
|