webapp: Make an initial, empty commit so there is a master branch
Several things only happen when on a branch, so make sure we're on one.
This commit is contained in:
parent
96c7a5ce32
commit
0cf152b88b
3 changed files with 14 additions and 3 deletions
|
@ -155,5 +155,6 @@ manualPull currentbranch remotes = do
|
|||
syncNewRemote :: Remote -> Assistant ()
|
||||
syncNewRemote remote = do
|
||||
updateSyncRemotes
|
||||
thread <- asIO2 reconnectRemotes
|
||||
void $ liftIO $ forkIO $ thread False [remote]
|
||||
thread <- asIO $ do
|
||||
reconnectRemotes False [remote]
|
||||
void $ liftIO $ forkIO $ thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue