Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: mevrin <matthieu.evrin@gmail.com>
  • Loading branch information
lekaf974 committed May 24, 2024
1 parent f5f1efc commit ba25ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesheryctl/internal/cli/root/pattern/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -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})
}
Expand Down

0 comments on commit ba25ce8

Please sign in to comment.