Skip to content

Commit

Permalink
Merge pull request #1105 from samlaf/patch-1
Browse files Browse the repository at this point in the history
fixed typo in configuration.md
  • Loading branch information
cpanato authored Aug 6, 2023
2 parents 098a54a + 220da75 commit 5742ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5742ca8

Please sign in to comment.