diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 30032f5e1..dfd26843f 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -57,7 +57,7 @@ class GitRepository(VersionnedRepository): pass class GithubRepository(GitRepository): - def __init__(self, username, reponame, path='/', branch='master'): + def __init__(self, username, reponame, path='/', branch='HEAD'): self._username = username self._reponame = reponame self._branch = branch