1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

fix(ko): error finishing with .

This commit is contained in:
Carlos Alexandro Becker 2023-11-29 23:12:07 -03:00
parent b0bf4eb0cd
commit a09a0d7018
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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.