Skip to content

Commit 75ebeb7

Browse files
authored
build/deb: fix auto-completion install paths (#25204)
1 parent 63b2d49 commit 75ebeb7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

build/deb/ethereum/deb.install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build/bin/{{.BinaryName}} usr/bin
22
{{- if eq .BinaryName "geth" }}
3-
build/deb/ethereum/completions/bash_autocomplete etc/bash_completion.d/geth
4-
build/deb/ethereum/completions/zsh_autocomplete usr/share/zsh/vendor-completions/_geth
3+
build/deb/ethereum/completions/bash/geth etc/bash_completion.d
4+
build/deb/ethereum/completions/zsh/_geth usr/share/zsh/vendor-completions
55
{{end -}}

0 commit comments

Comments
 (0)