Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel83 authored and Manuel83 committed Oct 13, 2017
1 parent 616a9c7 commit 6253cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def checkout_tag(self):
o = repo.remotes.origin
o.fetch()
g = Git('./')
g.checkout()
g.checkout(name)
cbpi.notify("Checkout successful", "Please restart the system")
return ('', 204)

Expand Down

0 comments on commit 6253cb9

Please sign in to comment.