osbuild2: small doc fix for ostree.config
This commit is contained in:
parent
0091d66b95
commit
920863df70
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ type SysrootOptions struct {
|
||||||
ReadOnly *bool `json:"readonly,omitempty"`
|
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 {
|
func NewOSTreeConfigStage(options *OSTreeConfigStageOptions) *Stage {
|
||||||
return &Stage{
|
return &Stage{
|
||||||
Type: "org.osbuild.ostree.config",
|
Type: "org.osbuild.ostree.config",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue