Skip to content

Commit fd162c0

Browse files
committed
completion: Fix typo in install dir for ZSH completions
Fallout from containers#840 containers#1055
1 parent 7e23b93 commit fd162c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ completion_zsh = custom_target('zsh-completion',
2727
command: [generate_completions_program, meson.global_source_root() / 'src', 'zsh'],
2828
depends: [toolbox],
2929
install: true,
30-
install_dir: get_option('datadir') / 'zsh' / 'site_functions',
30+
install_dir: get_option('datadir') / 'zsh' / 'site-functions',
3131
output: '_toolbox')
3232

3333
completion_fish = custom_target('fish-completion',

0 commit comments

Comments
 (0)