cleanup
This commit is contained in:
parent
8181b38ef6
commit
7606f3e7c1
1 changed files with 1 additions and 4 deletions
|
@ -149,10 +149,7 @@ startFullAssistant path = do
|
||||||
url <- liftIO $ do
|
url <- liftIO $ do
|
||||||
makeRepo path
|
makeRepo path
|
||||||
changeWorkingDirectory path
|
changeWorkingDirectory path
|
||||||
putStrLn "pre run"
|
fromJust $ postFirstRun webapp
|
||||||
r <- fromJust $ postFirstRun webapp
|
|
||||||
putStrLn $ "got " ++ r
|
|
||||||
return r
|
|
||||||
redirect $ T.pack url
|
redirect $ T.pack url
|
||||||
|
|
||||||
{- Makes a new git-annex repository. -}
|
{- Makes a new git-annex repository. -}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue