Skip to content

Commit

Permalink
Print error on command execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Mar 5, 2024
1 parent 105e8b9 commit 0a78f32
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 0a78f32

Please sign in to comment.