[build] Fix typo in `devscripts/fish-completion.py` (fix 2285605)

This commit is contained in:
dirkf 2023-07-25 15:11:15 +01:00
parent b870181229
commit 0861812d72
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def build_completion(opt_parser):
template = read_file(FISH_COMPLETION_TEMPLATE)
filled_template = template.replace('{{commands}}', '\n'.join(commands))
write_file(filled_template)
write_file(FISH_COMPLETION_FILE, filled_template)
parser = youtube_dl.parseOpts()[0]