mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 07:49:08 +02:00
fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user