osbuild/mkdir: fix copy&paste error in function comment

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-01-13 17:47:45 +01:00 committed by Achilleas Koutsou
parent 30c3ea791e
commit 5ff2f997f6

View file

@ -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",