foo
This commit is contained in:
parent
0fef480bca
commit
75e507d0af
1 changed files with 1 additions and 1 deletions
|
@ -60,5 +60,5 @@ indent s = join "\n" $ map (\l -> " " ++ l) $ lines s
|
|||
|
||||
{- Prepares a filename for display. This is needed because strings are
|
||||
- internally represented in git-annex is non-decoded form. -}
|
||||
showFile :: String -> String
|
||||
showFile :: FilePath -> String
|
||||
showFile = decodeString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue