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
|
||||
makeRepo path
|
||||
changeWorkingDirectory path
|
||||
putStrLn "pre run"
|
||||
r <- fromJust $ postFirstRun webapp
|
||||
putStrLn $ "got " ++ r
|
||||
return r
|
||||
fromJust $ postFirstRun webapp
|
||||
redirect $ T.pack url
|
||||
|
||||
{- Makes a new git-annex repository. -}
|
||||
|
|
Loading…
Add table
Reference in a new issue