more RawFilePath conversion
412/645
This commit is contained in:
parent
ca80c3154c
commit
b4b02e4c61
5 changed files with 43 additions and 35 deletions
|
@ -51,9 +51,9 @@ needsUpgrade v
|
|||
where
|
||||
err msg = do
|
||||
g <- Annex.gitRepo
|
||||
p <- liftIO $ absPath $ fromRawFilePath $ Git.repoPath g
|
||||
p <- liftIO $ absPath $ Git.repoPath g
|
||||
return $ Just $ unwords
|
||||
[ "Repository", p
|
||||
[ "Repository", fromRawFilePath p
|
||||
, "is at unsupported version"
|
||||
, show (fromRepoVersion v) ++ "."
|
||||
, msg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue