1
0
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:
Samuel Laferriere
2023-07-31 11:38:53 -04:00
committed by GitHub
parent 621f7a405a
commit 220da75446

View File

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