add a missing import
This commit is contained in:
parent
6cba1950f2
commit
9d53e1cddf
2 changed files with 3 additions and 2 deletions
|
@ -53,7 +53,7 @@ import qualified Utility.LockFile.Posix as Posix
|
|||
#endif
|
||||
|
||||
checkCanInitialize :: Annex a -> Annex a
|
||||
checkCanInitialize a = inRepo (noAnnexFileContent . repoWorkTree) >>= \case
|
||||
checkCanInitialize a = inRepo (noAnnexFileContent . Git.repoWorkTree) >>= \case
|
||||
Nothing -> a
|
||||
Just noannexmsg -> do
|
||||
warning "Initialization prevented by .noannex file (remove the file to override)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue