more OsPath conversion (658/749)
At this point the test suite builds, and mostly the assistant is left. Sponsored-by: unqueued
This commit is contained in:
parent
5eef09a3cc
commit
2d224e0d28
7 changed files with 163 additions and 138 deletions
|
@ -136,7 +136,7 @@ builtin cmd dir params = do
|
|||
"Restricted login shell for git-annex only SSH access"
|
||||
where
|
||||
mkrepo = do
|
||||
r <- Git.Construct.repoAbsPath (toRawFilePath dir)
|
||||
r <- Git.Construct.repoAbsPath (toOsPath dir)
|
||||
>>= Git.Construct.fromAbsPath
|
||||
let r' = r { repoPathSpecifiedExplicitly = True }
|
||||
Git.Config.read r'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue