| Index: crypto/PRESUBMIT.py
|
| diff --git a/crypto/PRESUBMIT.py b/crypto/PRESUBMIT.py
|
| index ce3988e50c68ab6b82697c6f8f2713f413bc57a8..a2a5af9ae7ab7535812e2bfe5bd5695e330639be 100644
|
| --- a/crypto/PRESUBMIT.py
|
| +++ b/crypto/PRESUBMIT.py
|
| @@ -11,7 +11,7 @@ for more details on the presubmit API built into gcl.
|
| def GetPreferredTryMasters(project, change):
|
| # Changes in crypto often need a corresponding OpenSSL edit.
|
| return {
|
| - 'tryserver.chromium': {
|
| + 'tryserver.chromium.linux': {
|
| 'linux_redux': set(['defaulttests']),
|
| }
|
| }
|
|
|