diff --git a/repo b/repo index bb3444b..62ae720 100755 --- a/repo +++ b/repo @@ -22,7 +22,7 @@ source $(dirname ${BASH_SOURCE[0]})/config.bash -repos=$(find "${REPOSITORY_BASE}" -name '.git' | sed "s|${REPOSITORY_BASE}/||" | sed 's|.git$||' | sort) +repos=$(find "${REPOSITORY_BASE}" -maxdepth 5 -name '.git' | sed "s|${REPOSITORY_BASE}/||" | sed 's|.git$||' | sort) # Default to searching within github.com, because that's by far the most common # place for repos to be.