diff --git a/internal/osbuild/mkdir_stage.go b/internal/osbuild/mkdir_stage.go index 65460305b..a46abda63 100644 --- a/internal/osbuild/mkdir_stage.go +++ b/internal/osbuild/mkdir_stage.go @@ -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",