fix typo introduced with the Ref type

This commit is contained in:
Joey Hess 2011-11-17 18:17:34 -04:00
parent 1ffd54ef78
commit d66fac1ec8

View file

@ -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