diff --git a/support/chromite_wrapper b/support/chromite_wrapper index dd2e1d133..73af5e7b7 100755 --- a/support/chromite_wrapper +++ b/support/chromite_wrapper @@ -37,6 +37,7 @@ def _FindChromite(path): roots = ( ('.repo', 'chromite/.git'), ('.gclient', 'src/third_party/chromite/.git'), + ('src/.gitmodules', 'src/third_party/chromite/.git'), ) while path != '/':