fix typo introduced with the Ref type
This commit is contained in:
parent
1ffd54ef78
commit
d66fac1ec8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue