Skip to content

Commit

Permalink
misspell
Browse files Browse the repository at this point in the history
Signed-off-by: gauron99 <[email protected]>
  • Loading branch information
gauron99 committed Aug 16, 2024
1 parent 886a1bb commit 0a8995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func printDeployMessages(out io.Writer, f fn.Function) {
// func isUndigested(v string) (validTag bool, err error) {
// if v == "" {
// // specif image was not given
// err = fmt.Errorf("provided image is emtpy")
// err = fmt.Errorf("provided image is empty")
// return
// }
// if strings.Contains(v, "@") {
Expand Down

0 comments on commit 0a8995b

Please sign in to comment.