ソースを参照

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)


読み込み中…
キャンセル
保存