fix warning
This commit is contained in:
parent
621384ead3
commit
001d82f953
1 changed files with 2 additions and 2 deletions
|
@ -313,12 +313,12 @@ driveList = return []
|
|||
- repository, by running the postFirstRun callback, which returns the
|
||||
- url to the new webapp. -}
|
||||
startFullAssistant :: FilePath -> StandardGroup -> Handler ()
|
||||
startFullAssistant path group = do
|
||||
startFullAssistant path repogroup = do
|
||||
webapp <- getYesod
|
||||
url <- liftIO $ do
|
||||
isnew <- makeRepo path False
|
||||
u <- initRepo isnew True path Nothing
|
||||
inDir path $ setStandardGroup u group
|
||||
inDir path $ setStandardGroup u repogroup
|
||||
addAutoStartFile path
|
||||
changeWorkingDirectory path
|
||||
fromJust $ postFirstRun webapp
|
||||
|
|
Loading…
Reference in a new issue