Index: support/chromite_wrapper |
diff --git a/support/chromite_wrapper b/support/chromite_wrapper |
index 73af5e7b7b49b8de33d7cd1fc63df69dcb76a470..43cb14ba252dc1f0a1c3e28fd68fad55782e175a 100755 |
--- a/support/chromite_wrapper |
+++ b/support/chromite_wrapper |
@@ -30,7 +30,7 @@ import sys |
# in chromite/bin/ . |
def _FindChromite(path): |
- """Find the chromite dir in a repo or gclient checkout.""" |
+ """Find the chromite dir in a repo, gclient, or submodule checkout.""" |
path = os.path.abspath(path) |
# Depending on the checkout type (whether repo chromeos or gclient chrome) |
# Chromite lives in a different location. |