mirror of
https://github.com/neocmakelsp/neocmakelsp.git
synced 2025-08-04 19:08:34 +00:00
build: fix typo in bash completion (#165)
This commit is contained in:
parent
878d480fe0
commit
b9a762008e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ bindir = prefix / get_option('bindir')
|
|||
datadir = prefix / get_option('datadir')
|
||||
|
||||
fish_compeletion_dir = datadir / 'fish' / 'vendor_completions.d'
|
||||
bash_compeletion_dir = datadir / 'bash-compeletion' / 'completions'
|
||||
bash_compeletion_dir = datadir / 'bash-completion' / 'completions'
|
||||
zsh_compeletion_dir = datadir / 'zsh' / 'site-functions'
|
||||
|
||||
custom_target(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue