summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Remote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote.hs b/Remote.hs
index 83a593dd5..efa7a5cc8 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -146,7 +146,7 @@ prettyPrintUUIDs desc uuids = do
remoteMap = M.fromList . map (\r -> (uuid r, name r)) <$> genList
findlog m u = M.findWithDefault "" u m
prettify m here u
- | not (null d) = u ++ " -- " ++ d
+ | not (null d) = u ++ " -- " ++ d
| otherwise = u
where
ishere = here == u