summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-17 18:17:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-17 18:17:34 -0400
commitd66fac1ec82ea350e5d668df0cc5d02a345ca75e (patch)
tree68fd5833bb5def5c2ea1ce8e0def9a7662d1a8ff
parent1ffd54ef781b0c240d7de6c80cfcb01328efc25f (diff)
fix typo introduced with the Ref type
-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