瀏覽代碼

fix

tags/3.1_alpha
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…
取消
儲存