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 32fe1cd..bf5c8c7 100755
--- a/bin/repos
+++ b/bin/repos
@@ -131,7 +131,7 @@ shift $((OPTIND - 1))
is_repository() {
- TYPE="$(vcs -C "$1" -t)"
+ TYPE="$(vcs -C "$1" -t 2>/dev/null)"
if [ -n "$TYPE" ]; then
printf '%s:%s\n' "$TYPE" "$1"
return 0