Skip to content

Commit 00383f7

Browse files
committed
Update comment on DockerRepo option
1 parent 6182fba commit 00383f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/options/publish.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
// PublishOptions encapsulates options when publishing.
2828
type PublishOptions struct {
29-
// DockerRepo overrides the KO_DOCKER_REPO environment variable, if present
29+
// DockerRepo configures the destination image repository
3030
DockerRepo string
3131

3232
Tags []string

0 commit comments

Comments
 (0)