This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
michal
/
craftbeerpi3
mirror of
https://github.com/Manuel83/craftbeerpi3
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
fix
tags/3.1_alpha
Manuel83
8 years ago
parent
616a9c7933
commit
6253cb9976
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/system/__init__.py
+ 1
- 1
modules/system/__init__.py
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)
Write
Preview
Loading…
Cancel
Save