diff options
-rwxr-xr-x | bin/repos | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ is_repository() { elif [ -e "$1"/CVS/ ]; then printf 'cvs:%s\n' "$1" return 0 - elif [ -e "$1"/"$(basename "$1")".fossil ]; then + elif [ -e "$1"/.fslckout ]; then printf 'fossil:%s\n' "$1" return 0 fi |