diff --git a/cmd/drone-helm/main.go b/cmd/drone-helm/main.go index 61673b2..3ca31dd 100644 --- a/cmd/drone-helm/main.go +++ b/cmd/drone-helm/main.go @@ -28,7 +28,7 @@ func main() { // Expect the plan to go off the rails if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) + fmt.Fprintf(os.Stderr, "%s\n", err.Error()) // Throw away the plan os.Exit(1) }