osbuild2: small doc fix for ostree.config

This commit is contained in:
Christian Kellner 2021-09-09 11:15:19 +02:00 committed by Ondřej Budai
parent 0091d66b95
commit 920863df70

View file

@ -19,7 +19,7 @@ type SysrootOptions struct {
ReadOnly *bool `json:"readonly,omitempty"`
}
// A new org.osbuild.ostree.init stage to create an OSTree repository
// A new org.osbuild.ostree.config stage to configure an OSTree repository
func NewOSTreeConfigStage(options *OSTreeConfigStageOptions) *Stage {
return &Stage{
Type: "org.osbuild.ostree.config",