diffoci: fix program name for shell completion
This was a copy-and-paste error, obviously ... 🙈
This commit is contained in:
@@ -37,7 +37,7 @@ buildGoModule rec {
|
||||
buildPackages.diffoci;
|
||||
in
|
||||
''
|
||||
installShellCompletion --cmd trivy \
|
||||
installShellCompletion --cmd diffoci \
|
||||
--bash <(${diffoci}/bin/diffoci completion bash) \
|
||||
--fish <(${diffoci}/bin/diffoci completion fish) \
|
||||
--zsh <(${diffoci}/bin/diffoci completion zsh)
|
||||
|
||||
Reference in New Issue
Block a user