We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616a9c7 commit 6253cb9Copy full SHA for 6253cb9
modules/system/__init__.py
@@ -69,7 +69,7 @@ def checkout_tag(self):
69
o = repo.remotes.origin
70
o.fetch()
71
g = Git('./')
72
- g.checkout()
+ g.checkout(name)
73
cbpi.notify("Checkout successful", "Please restart the system")
74
return ('', 204)
75
0 commit comments