Index: DEPS |
diff --git a/DEPS b/DEPS |
index 918d3eb2a40015c776cac79afea204d0d425dbed..479a0f94146c7a2472293778a3f7128466fdfcdd 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -32,8 +32,8 @@ hooks = [ |
{ |
"pattern": r".*/cros_chromite\.py", |
"action": [ |
- "./build/scripts/tools/runit.py", |
- "./build/scripts/common/cros_chromite.py", "-v", |
+ "python", "build/scripts/tools/runit.py", |
+ "build/scripts/common/cros_chromite.py", "-v", |
], |
}, |
] |