more OsPath conversion
About 1/10th done with this I think.
This commit is contained in:
parent
8021d22955
commit
c412c59ecd
16 changed files with 152 additions and 142 deletions
|
@ -16,7 +16,7 @@ import Utility.Exception
|
|||
{- ~/.config/git-annex/file -}
|
||||
userConfigFile :: OsPath -> IO OsPath
|
||||
userConfigFile file = do
|
||||
dir <- toOsPath <$> userConfigDir
|
||||
dir <- userConfigDir
|
||||
return $ dir </> literalOsPath "git-annex" </> file
|
||||
|
||||
autoStartFile :: IO OsPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue