From 2ac39b630a5674754dcd8606a1a1cb805132f125 Mon Sep 17 00:00:00 2001 From: Christoph Raaflaub Date: Thu, 14 Nov 2024 22:14:53 +0100 Subject: [PATCH] fix example --- helm/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/main.go b/helm/main.go index 9532292..a3263a0 100644 --- a/helm/main.go +++ b/helm/main.go @@ -42,7 +42,7 @@ func (p PushOpts) getRepoFqdn() string { // Get and display the version of the Helm Chart located inside the given directory. // -// Example usage: dagger call version -directory ./helm/examples/testdata/mychart/ +// Example usage: dagger call version --directory ./helm/examples/testdata/mychart/ func (h *Helm) Version( // method call context ctx context.Context,