forgot to use sfile
This commit is contained in:
parent
e3a73e5bb7
commit
facc50d965
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ parseLsTree l = TreeItem
|
|||
{ mode = smode
|
||||
, typeobj = t
|
||||
, sha = Ref s
|
||||
, file = asTopFilePath $ Git.Filename.decode f
|
||||
, file = sfile
|
||||
}
|
||||
where
|
||||
-- l = <mode> SP <type> SP <sha> TAB <file>
|
||||
|
|
Loading…
Reference in a new issue