more RawFilePath conversion

412/645
This commit is contained in:
Joey Hess 2020-10-30 13:31:35 -04:00
parent ca80c3154c
commit b4b02e4c61
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 43 additions and 35 deletions

View file

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