mirror of
https://github.com/ko-build/ko.git
synced 2025-11-23 22:35:11 +02:00
fixed typo in configuration.md
This commit is contained in:
committed by
GitHub
parent
621f7a405a
commit
220da75446
@@ -126,7 +126,7 @@ Given `KO_DOCKER_REPO=registry.example.com/repo`, by default,
|
||||
`registry.example.com/repo/app-<md5>`, which includes the MD5 hash of the full
|
||||
import path, to avoid collisions.
|
||||
|
||||
- `--preserve-import-path` (`-P`) will include the entire importpath:
|
||||
- `--preserve-import-paths` (`-P`) will include the entire importpath:
|
||||
`registry.example.com/repo/github.com/my-user/my-repo/cmd/app`
|
||||
- `--base-import-paths` (`-B`) will omit the MD5 portion:
|
||||
`registry.example.com/repo/app`
|
||||
|
||||
Reference in New Issue
Block a user