diff --git a/cmd/drone-helm/main.go b/cmd/drone-helm/main.go index 7c6e3ff..681a9f8 100644 --- a/cmd/drone-helm/main.go +++ b/cmd/drone-helm/main.go @@ -20,7 +20,7 @@ func main() { // Make the plan plan, err := helm.NewPlan(*cfg) if err != nil { - fmt.Fprintf(os.Stderr, "%w\n", err) + fmt.Fprintf(os.Stderr, "%v\n", err) os.Exit(1) }