build: fix typo in bash completion (#165)
Some checks failed
Build / Build Binary (push) Failing after 2s
Test Coverage / build (push) Has been cancelled
check_typos / build (push) Has been cancelled
Build / release (push) Has been cancelled

This commit is contained in:
ObserverOfTime 2025-05-22 17:56:27 +03:00 committed by GitHub
parent 878d480fe0
commit b9a762008e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(