| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index b30ae6b77541617efcadfe825e158d6378c5be56..bbe8e5cdf25067666431c564bee0ca01de810576 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -322,7 +322,10 @@ hooks = [
|
| {
|
| 'name': 'download_network_service',
|
| 'pattern': '',
|
| - 'action': [ 'python', 'src/mojo/public/tools/download_network_service.py' ],
|
| + 'action': [ 'python',
|
| + 'src/mojo/public/tools/download_network_service.py',
|
| + '--tools-directory', '../../../tools',
|
| + ],
|
| },
|
| {
|
| # Ensure that we don't accidentally reference any .pyc files whose
|
|
|