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

Commit e01fde1

Browse files
committed
Correct case of CNAB in error message
Signed-off-by: Christopher Crone <[email protected]>
1 parent 65f2d38 commit e01fde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cnab-run/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func getCnabAction() (cnabAction, string, error) {
3838
func main() {
3939
action, actionName, err := getCnabAction()
4040
if err != nil {
41-
fmt.Fprintf(os.Stderr, "Error while parsing cnab operation: %s", err)
41+
fmt.Fprintf(os.Stderr, "Error while parsing CNAB operation: %s", err)
4242
os.Exit(1)
4343
}
4444
instanceName := os.Getenv("CNAB_INSTALLATION_NAME")

0 commit comments

Comments
 (0)