fix build warning
This commit is contained in:
parent
759a87ad70
commit
6001b3cf45
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ import Logs.Location
|
|||
import qualified Database.Keys
|
||||
import qualified Git.BuildVersion
|
||||
import Git.FilePath
|
||||
import Git.Ref
|
||||
import qualified Git.Ref
|
||||
import Backend
|
||||
|
||||
import qualified Data.ByteString.Lazy as B
|
||||
|
@ -130,7 +130,7 @@ shouldAnnex file moldkey = do
|
|||
where
|
||||
whenempty = case moldkey of
|
||||
Just _ -> return True
|
||||
Nothing -> isNothing <$> catObjectMetaData (fileRef file)
|
||||
Nothing -> isNothing <$> catObjectMetaData (Git.Ref.fileRef file)
|
||||
|
||||
emitPointer :: Key -> IO ()
|
||||
emitPointer = putStr . formatPointer
|
||||
|
|
Loading…
Reference in a new issue