scripts/pluginupdate.py: use HEAD as default branch
Thus we always use the default branch. No need to special handle of `master`, `main`, `trunk` and etc.
This commit is contained in:
parent
ebb7f07eec
commit
aad1bda6f3
@ -385,7 +385,7 @@ def check_results(
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
def parse_plugin_line(line: str) -> PluginDesc:
|
def parse_plugin_line(line: str) -> PluginDesc:
|
||||||
branch = "master"
|
branch = "HEAD"
|
||||||
alias = None
|
alias = None
|
||||||
name, repo = line.split("/")
|
name, repo = line.split("/")
|
||||||
if " as " in repo:
|
if " as " in repo:
|
||||||
|
Loading…
Reference in New Issue
Block a user