more OsPath conversion (542/749)
Sponsored-by: Luke T. Shumaker
This commit is contained in:
parent
0d2b805806
commit
0811531b59
13 changed files with 127 additions and 116 deletions
|
@ -55,7 +55,7 @@ upgrade automatic
|
|||
- run for an entire year and so predate the v9 upgrade. -}
|
||||
assistantrunning = do
|
||||
pidfile <- fromRepo gitAnnexPidFile
|
||||
isJust <$> liftIO (checkDaemon (fromOsPath pidfile))
|
||||
isJust <$> liftIO (checkDaemon pidfile)
|
||||
|
||||
unsafeupgrade =
|
||||
[ "Not upgrading from v9 to v10, because there may be git-annex"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue