From 65d683b65c5ebe0a06ad22523d2a923c40c66185 Mon Sep 17 00:00:00 2001 From: Mohd Uzair Date: Fri, 24 May 2024 16:36:42 +0530 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Mohd Uzair --- mesheryctl/internal/cli/root/pattern/error.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesheryctl/internal/cli/root/pattern/error.go b/mesheryctl/internal/cli/root/pattern/error.go index 175e07b0e06..800b87a0292 100644 --- a/mesheryctl/internal/cli/root/pattern/error.go +++ b/mesheryctl/internal/cli/root/pattern/error.go @@ -89,8 +89,8 @@ 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 - []string{"Manifest source-type not provided"}, + []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}) }