fixed logFile
This commit is contained in:
parent
e0bd9d43a2
commit
1870186632
11 changed files with 26 additions and 36 deletions
|
@ -8,9 +8,8 @@
|
|||
module Command.Init where
|
||||
|
||||
import Control.Monad.State (liftIO)
|
||||
import Control.Monad (when, unless)
|
||||
import Control.Monad (when)
|
||||
import System.Directory
|
||||
import System.FilePath
|
||||
|
||||
import Command
|
||||
import qualified Annex
|
||||
|
@ -19,7 +18,6 @@ import qualified Branch
|
|||
import UUID
|
||||
import Version
|
||||
import Messages
|
||||
import Locations
|
||||
import Types
|
||||
import Utility
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue