diffoci: fix program name for shell completion

This was a copy-and-paste error, obviously ... 🙈
This commit is contained in:
Tom Wieczorek
2025-09-16 11:52:44 +02:00
parent 343cd69948
commit 0056dbea96

View File

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