Skip to content

Commit

Permalink
[build] Fix typo in devscripts/fish-completion.py (fix 2285605)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed Jul 25, 2023
1 parent b870181 commit 0861812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devscripts/fish-completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0861812

Please sign in to comment.