Private GIT

Skip to content
Snippets Groups Projects
Commit 7d68c5ad authored by Ruud's avatar Ruud
Browse files

Return branch in update.info. closes #161

parent 0e9c086b
Branches
Tags
No related merge requests found
......@@ -96,7 +96,8 @@ class BaseUpdater(Plugin):
'last_check': self.last_check,
'update_version': self.update_version,
'version': self.getVersion(),
'repo_name': '%s/%s' % (self.repo_user, self.repo_name)
'repo_name': '%s/%s' % (self.repo_user, self.repo_name),
'branch': self.branch,
}
def check(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment