mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
[build] Fix typo in devscripts/fish-completion.py
(fix 2285605)
This commit is contained in:
@@ -43,7 +43,7 @@ def build_completion(opt_parser):
|
|||||||
|
|
||||||
template = read_file(FISH_COMPLETION_TEMPLATE)
|
template = read_file(FISH_COMPLETION_TEMPLATE)
|
||||||
filled_template = template.replace('{{commands}}', '\n'.join(commands))
|
filled_template = template.replace('{{commands}}', '\n'.join(commands))
|
||||||
write_file(filled_template)
|
write_file(FISH_COMPLETION_FILE, filled_template)
|
||||||
|
|
||||||
|
|
||||||
parser = youtube_dl.parseOpts()[0]
|
parser = youtube_dl.parseOpts()[0]
|
||||||
|
Reference in New Issue
Block a user