mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
fix
This commit is contained in:
@@ -69,7 +69,7 @@ class SystemView(FlaskView):
|
|||||||
o = repo.remotes.origin
|
o = repo.remotes.origin
|
||||||
o.fetch()
|
o.fetch()
|
||||||
g = Git('./')
|
g = Git('./')
|
||||||
g.checkout()
|
g.checkout(name)
|
||||||
cbpi.notify("Checkout successful", "Please restart the system")
|
cbpi.notify("Checkout successful", "Please restart the system")
|
||||||
return ('', 204)
|
return ('', 204)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user