summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-06 23:47:26 +0100
committersharkdp <davidpeter@web.de>2020-03-06 23:47:26 +0100
commit61e39158de87b764b8f3bb549b5a224fda52f322 (patch)
treea345cf3c67f51daf2d07de9b8ef89b3b86f8ea3d /ci
parent65023a987e9f7c8dd5f4aaa4dd388c4bc0837136 (diff)
Install fish completions into 'vendor_completions.d', fixes #651
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_deploy.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.bash b/ci/before_deploy.bash
index d5c7f5de..ac4bb159 100755
--- a/ci/before_deploy.bash
+++ b/ci/before_deploy.bash
@@ -112,7 +112,7 @@ make_deb() {
gzip --best "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
# completions
- install -Dm644 "assets/completions/bat.fish" "$tempdir/usr/share/fish/completions/$PROJECT_NAME.fish"
+ install -Dm644 "assets/completions/bat.fish" "$tempdir/usr/share/fish/vendor_completions.d/$PROJECT_NAME.fish"
# readme and license
install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"