Skip to content

Commit

Permalink
fixed typo in configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf authored Jul 31, 2023
1 parent 621f7a4 commit 220da75
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 220da75

Please sign in to comment.