more OsPath conversion (572/749)
Sponsored-by: Jack Hill
This commit is contained in:
parent
cb2c069ad1
commit
2d1db7986c
18 changed files with 99 additions and 96 deletions
|
@ -66,6 +66,6 @@ displayStatus s = do
|
|||
absf <- fromRepo $ fromTopFilePath (statusFile s)
|
||||
f <- liftIO $ relPathCwdToFile absf
|
||||
qp <- coreQuotePath <$> Annex.getGitConfig
|
||||
unlessM (showFullJSON $ JSONChunk [("status", [c]), ("file", fromRawFilePath f)]) $
|
||||
unlessM (showFullJSON $ JSONChunk [("status", [c]), ("file", fromOsPath f)]) $
|
||||
liftIO $ B8.putStrLn $ quote qp $
|
||||
UnquotedString (c : " ") <> QuotedPath f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue