We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b2d49 commit 75ebeb7Copy full SHA for 75ebeb7
build/deb/ethereum/completions/bash_autocomplete renamed to build/deb/ethereum/completions/bash/geth
build/deb/ethereum/completions/zsh_autocomplete renamed to build/deb/ethereum/completions/zsh/_geth
build/deb/ethereum/deb.install
@@ -1,5 +1,5 @@
1
build/bin/{{.BinaryName}} usr/bin
2
{{- 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
+build/deb/ethereum/completions/bash/geth etc/bash_completion.d
+build/deb/ethereum/completions/zsh/_geth usr/share/zsh/vendor-completions
5
{{end -}}
0 commit comments