webapp: Fixed a crash when adding a git remote.
Reversion introduced in 2b66492d6e
which added a new cache that needs to be
cleared.
This commit is contained in:
parent
3beab402e6
commit
c472c268c4
4 changed files with 24 additions and 0 deletions
|
@ -93,6 +93,7 @@ remoteListRefresh = do
|
|||
newg <- inRepo Git.Config.reRead
|
||||
Annex.changeState $ \s -> s
|
||||
{ Annex.remotes = []
|
||||
, Annex.gitremotes = Nothing
|
||||
, Annex.repo = newg
|
||||
}
|
||||
remoteList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue