diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-26 16:12:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-26 16:12:40 -0400 |
commit | 3563c89a255fbe8cbc4932b1668a58a408b7d7e7 (patch) | |
tree | 1ffa22cdb0d8fcf86a9ff8e418c950fe83346acd /Git | |
parent | 849dba8bd97e054c3604c46ad7ab447277099310 (diff) |
forgot to use sfile
Diffstat (limited to 'Git')
-rw-r--r-- | Git/LsTree.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/LsTree.hs b/Git/LsTree.hs index cc3b45dda..2060fa793 100644 --- a/Git/LsTree.hs +++ b/Git/LsTree.hs @@ -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> |