Skip to content

Commit

Permalink
improve error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Sep 15, 2023
1 parent b4e893a commit 2c25588
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/scaffold/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,5 @@ func ApplicationScaffold(client api.Client) error {
func createHelm(name string) error {
chartname := filepath.Base(name)
_, err := chartutil.Create(chartname, filepath.Dir(name))
if err != nil {
return err
}
return nil
return err
}

0 comments on commit 2c25588

Please sign in to comment.