Ver código fonte

fix

tags/3.1_alpha
Manuel83 8 anos atrás
pai
commit
6253cb9976
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      modules/system/__init__.py

+ 1
- 1
modules/system/__init__.py Ver arquivo

@@ -69,7 +69,7 @@ class SystemView(FlaskView):
o = repo.remotes.origin
o.fetch()
g = Git('./')
g.checkout()
g.checkout(name)
cbpi.notify("Checkout successful", "Please restart the system")
return ('', 204)


Carregando…
Cancelar
Salvar