Skip to content

Commit 6253cb9

Browse files
Manuel83Manuel83
Manuel83
authored and
Manuel83
committed
fix
1 parent 616a9c7 commit 6253cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def checkout_tag(self):
6969
o = repo.remotes.origin
7070
o.fetch()
7171
g = Git('./')
72-
g.checkout()
72+
g.checkout(name)
7373
cbpi.notify("Checkout successful", "Please restart the system")
7474
return ('', 204)
7575

0 commit comments

Comments
 (0)