Skip to content

Commit

Permalink
main: fix small typo
Browse files Browse the repository at this point in the history
A local container image from the host is being used.
  • Loading branch information
kingsleyzissou committed Mar 20, 2024
1 parent 358af07 commit d294651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bib/cmd/bootc-image-builder/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type ManifestConfig struct {
// TLSVerify specifies whether HTTPS and a valid TLS certificate are required
TLSVerify bool

// Use a local container from the host rather than a repository
// Use a local container image from the host storage rather than a repository
Local bool
}

Expand Down

0 comments on commit d294651

Please sign in to comment.