cmctl: set passthru.updateScript option
Set passthru.updateScript option to point to `update.sh`. This should correctly now update cmctl automatically. Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
@@ -33,6 +33,8 @@ buildGoModule rec {
|
||||
--zsh <($out/bin/cmctl completion zsh)
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A CLI tool for managing cert-manager service on Kubernetes clusters";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user