Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Nov 14, 2024
1 parent 3311831 commit 2ac39b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ac39b6

Please sign in to comment.