diff --git a/bash_completion/repo.bash b/bash_completion/repo.bash index 3b1d510d..1c4a2a8a 100644 --- a/bash_completion/repo.bash +++ b/bash_completion/repo.bash @@ -46,7 +46,7 @@ _find_repo() { while [ "${dir}" != / ] do - if [ -f "${dir}/.repo/repo/main.py" ] + if [ -e "${dir}/.repo/repo/main.py" ] then found=0 break