aboutsummaryrefslogtreecommitdiff
path: root/bin/repos
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repos')
-rwxr-xr-xbin/repos2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repos b/bin/repos
index 27e0879..12fd697 100755
--- a/bin/repos
+++ b/bin/repos
@@ -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