Skip to content

Commit

Permalink
fix(ko): error finishing with .
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 30, 2023
1 parent b0bf4eb commit a09a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/ko/ko.go
Expand Up @@ -50,7 +50,7 @@ var (
)

errNoRepository = errors.New("ko: missing repository: please set either the repository field or a $KO_DOCKER_REPO environment variable")
errInvalidMainPath = errors.New("ko: invalid Main path: ko.main (or build.main if ko.main is not set) should be a relative path.")
errInvalidMainPath = errors.New("ko: invalid Main path: ko.main (or build.main if ko.main is not set) should be a relative path")
)

// Pipe that build OCI compliant images with ko.
Expand Down

0 comments on commit a09a0d7

Please sign in to comment.