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
|
where
|
||||||
-- Skip the git-annex branches, and get all other unique refs.
|
-- Skip the git-annex branches, and get all other unique refs.
|
||||||
refs = map Git.Ref .
|
refs = map Git.Ref .
|
||||||
last .
|
map last .
|
||||||
nubBy cmpheads .
|
nubBy cmpheads .
|
||||||
filter ourbranches .
|
filter ourbranches .
|
||||||
map words . lines . L.unpack
|
map words . lines . L.unpack
|
||||||
|
|
Loading…
Add table
Reference in a new issue