summaryrefslogtreecommitdiffstats
path: root/maintainers
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-12-09 02:54:18 -0800
committerGitHub <noreply@github.com>2021-12-09 02:54:18 -0800
commit96d1f311fdfad3bd7d79f4a1eb9569865d8ded17 (patch)
tree3ae9752b3790802a963cbf5096f37dd85d3ca47c /maintainers
parentc36675c166ee43500dedfb396ff26d9d54d9d4e4 (diff)
parentd9464e7ab61073e7be2dd3faa8f354b870a891d4 (diff)
Merge pull request #149330 from oxalica/bump/vim-lua-plugins
{vimPlugins,luaPackages}: update
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/scripts/pluginupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/pluginupdate.py b/maintainers/scripts/pluginupdate.py
index 2c2cb3b6dd36..f19cd8638e28 100644
--- a/maintainers/scripts/pluginupdate.py
+++ b/maintainers/scripts/pluginupdate.py
@@ -385,7 +385,7 @@ def check_results(
sys.exit(1)
def parse_plugin_line(line: str) -> PluginDesc:
- branch = "master"
+ branch = "HEAD"
alias = None
name, repo = line.split("/")
if " as " in repo: