This commit is contained in:
Joey Hess 2011-02-10 16:53:35 -04:00
parent 0fef480bca
commit 75e507d0af

View file

@ -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