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 37d44e0 commit 65d683b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesheryctl/internal/cli/root/pattern/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -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})
}

Expand Down

0 comments on commit 65d683b

Please sign in to comment.