Skip to content

Commit

Permalink
Fix folder for bash completions
Browse files Browse the repository at this point in the history
Thanks for the report to @patlefort!

Resolves #275
  • Loading branch information
coldfix committed Nov 23, 2023
1 parent dc27731 commit 920cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __mod__(self, context):
'build_mo': build_mo,
},
data_files=[
('share/bash-completions/completions', completions_bash),
('share/bash-completion/completions', completions_bash),
('share/zsh/site-functions', completions_zsh),
*[('share/locale/{}/LC_MESSAGES'.format(lang),
['build/locale/{}/LC_MESSAGES/udiskie.mo'.format(lang)])
Expand Down

0 comments on commit 920cc29

Please sign in to comment.