This commit is contained in:
Manuel83
2017-10-13 23:27:58 +02:00
parent 616a9c7933
commit 6253cb9976
+1 -1
View File
@@ -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)