Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 13, 2024
1 parent ce9d916 commit 0f24694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func validateCommand(cmd *cobra.Command, args []string) error {
}

fmt.Printf(
"Recipe %s lookgs valid.\nNote that this is not a full validation (yet).\n)",
"Recipe %s looks valid.\nNote that this is not a full validation (yet).\n)",
recipe.Name,
)
return nil
Expand Down

0 comments on commit 0f24694

Please sign in to comment.