aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/repos3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/repos b/bin/repos
index bf5c8c7..e45f4c8 100755
--- a/bin/repos
+++ b/bin/repos
@@ -133,8 +133,7 @@ shift $((OPTIND - 1))
is_repository() {
TYPE="$(vcs -C "$1" -t 2>/dev/null)"
if [ -n "$TYPE" ]; then
- printf '%s:%s\n' "$TYPE" "$1"
- return 0
+ echo "$1"
else
return 1
fi