summaryrefslogtreecommitdiff
path: root/UUID.hs
diff options
context:
space:
mode:
Diffstat (limited to 'UUID.hs')
-rw-r--r--UUID.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UUID.hs b/UUID.hs
index 6bd483a18..b665c27e9 100644
--- a/UUID.hs
+++ b/UUID.hs
@@ -100,7 +100,7 @@ reposByUUID repos uuids = do
prettyPrintUUIDs :: [UUID] -> Annex String
prettyPrintUUIDs uuids = do
m <- uuidMap
- return $ unwords $ map (\u -> " "++(prettify m u)++"\n") uuids
+ return $ unwords $ map (\u -> "\t"++(prettify m u)++"\n") uuids
where
prettify m u =
if (0 < (length $ findlog m u))