diff --git a/docs/configuration.md b/docs/configuration.md index 4c291c0751..c669eda165 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -126,7 +126,7 @@ Given `KO_DOCKER_REPO=registry.example.com/repo`, by default, `registry.example.com/repo/app-`, 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`