Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
  • Loading branch information
MUzairS15 authored and lekaf974 committed May 28, 2024
1 parent 77be696 commit 37d44e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mesheryctl/internal/cli/root/pattern/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ func ErrPatternManifest() error {

func ErrPatternSourceType() error {
return errors.New(ErrPatternSourceTypeCode, errors.Alert,
[]string{"No source-type detected"},
[]string{"No manifest source-type detected"},
[]string{"Source type for the design to import not specified"},
[]string{"Empty source type
[]string{"Manifest source-type not provided"},
[]string{"Provide the source-type to the pattern manifest. \n\n%v", errPatternMsg})
[]string{"Provide one of the supported source type for the design to import. \n\n%v", errPatternMsg})
}

func ErrOnboardPattern() error {
Expand Down

0 comments on commit 37d44e0

Please sign in to comment.