Manuel83 8 лет назад
Родитель
Сommit
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)


Загрузка…
Отмена
Сохранить