diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Assistant.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Command/Assistant.hs b/Command/Assistant.hs index 496df1dd2..8316a9948 100644 --- a/Command/Assistant.hs +++ b/Command/Assistant.hs @@ -14,6 +14,7 @@ import Annex.Init import Config.Files import qualified Build.SysConfig import Utility.HumanTime +import Assistant.Install import System.Environment @@ -50,6 +51,7 @@ start foreground stopdaemon autostart startdelay liftIO $ autoStart startdelay stop | otherwise = do + liftIO ensureInstalled ensureInitialized Command.Watch.start True foreground stopdaemon startdelay |