osbuild/mkdir: fix copy&paste error in function comment
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
30c3ea791e
commit
5ff2f997f6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ type MkdirStagePath struct {
|
|||
|
||||
func (MkdirStageOptions) isStageOptions() {}
|
||||
|
||||
// A new org.osbuild.ostree.init stage to create an OSTree repository
|
||||
// NewMkdirStage creates a new org.osbuild.mkdir stage to create FS directories
|
||||
func NewMkdirStage(options *MkdirStageOptions) *Stage {
|
||||
return &Stage{
|
||||
Type: "org.osbuild.mkdir",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue