diff --git a/mesheryctl/internal/cli/root/pattern/error.go b/mesheryctl/internal/cli/root/pattern/error.go index 800b87a0292..22fb4f5d94e 100644 --- a/mesheryctl/internal/cli/root/pattern/error.go +++ b/mesheryctl/internal/cli/root/pattern/error.go @@ -89,7 +89,7 @@ func ErrPatternManifest() error { func ErrPatternSourceType() error { return errors.New(ErrPatternSourceTypeCode, errors.Alert, []string{"Source type for the design to import not specified"}, - []string{"Empty source type detected + []string{"Empty source type detected"}, []string{"Design source type not provided"}, []string{"Provide one of the supported source type for the design to import. \n\n%v", errPatternMsg}) }