From 220da75446e5d06e268de3a44fdcbaea5d4f1b18 Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Mon, 31 Jul 2023 11:38:53 -0400 Subject: [PATCH] fixed typo in configuration.md --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`