Skip to content

Commit

Permalink
Merge pull request #16 from ubergesundheit/print-error-on-failure
Browse files Browse the repository at this point in the history
Print error on command execution
  • Loading branch information
dadav authored Mar 5, 2024
2 parents fa74dcf + 0a78f32 commit 5897a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/helm-schema/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ func main() {
}

if err := command.Execute(); err != nil {
log.Errorf("Execution error: %s", err)
os.Exit(1)
}
}

0 comments on commit 5897a29

Please sign in to comment.