summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Unused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index ccb9c48d8..7f9edfef2 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -153,7 +153,7 @@ excludeReferenced l = do
where
-- Skip the git-annex branches, and get all other unique refs.
refs = map Git.Ref .
- last .
+ map last .
nubBy cmpheads .
filter ourbranches .
map words . lines . L.unpack