Manuel83 пре 8 година
родитељ
комит
6253cb9976
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      modules/system/__init__.py

+ 1
- 1
modules/system/__init__.py Прегледај датотеку

@@ -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)


Loading…
Откажи
Сачувај