rename and refactor

This commit is contained in:
Joey Hess 2020-12-14 12:32:21 -04:00
parent 9aaab02e44
commit 19e26f091d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 12 deletions

View file

@ -29,7 +29,7 @@ programFile :: IO FilePath
programFile = userConfigFile "program"
{- A .noannex file in a git repository prevents git-annex from
- initializing that repository.. The content of the file is returned. -}
- initializing that repository. The content of the file is returned. -}
noAnnexFileContent :: Maybe FilePath -> IO (Maybe String)
noAnnexFileContent repoworktree = case repoworktree of
Nothing -> return Nothing