Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 327b5b0

Browse files
authored
cli: Improved error handling (#4808)
Uppercase error message edited. Part of fixing #4524 Signed-off-by: mudit singh <[email protected]>
1 parent a5b3716 commit 327b5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (i *installCmd) loadOSMChart() error {
156156
}
157157

158158
if err != nil {
159-
return fmt.Errorf("Error loading chart for installation: %s", err)
159+
return fmt.Errorf("error loading chart for installation: %s", err)
160160
}
161161

162162
return nil

0 commit comments

Comments
 (0)