| Index: scripts/slave/bot_update.py
|
| diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py
|
| index d8a2ddc37198ee5725f71833cc6f16cdd3b81568..de522f7f2ae6cb97937ed5ac10f1ead95373c80f 100755
|
| --- a/scripts/slave/bot_update.py
|
| +++ b/scripts/slave/bot_update.py
|
| @@ -487,7 +487,7 @@ def maybe_ignore_revision(revision, buildspec):
|
| case causes bot_update to use HEAD rather that trying to checkout an
|
| inappropriate version of the solution.
|
| """
|
| - if buildspec and buildspec.container == 'branch':
|
| + if buildspec and buildspec.container == 'branches':
|
| return []
|
| return revision
|
|
|
|
|