From 1c218bc63346d64cfdd8f4a01ed2d4b49d8dd369 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Tue, 12 Jul 2022 11:14:03 +0200 Subject: [PATCH] osbuild2: fix package docstring --- internal/osbuild2/osbuild.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/osbuild2/osbuild.go b/internal/osbuild2/osbuild.go index 3653c5925..f897c326a 100644 --- a/internal/osbuild2/osbuild.go +++ b/internal/osbuild2/osbuild.go @@ -1,5 +1,5 @@ // Package osbuild provides primitives for representing and (un)marshalling -// OSBuild (schema v1) types. +// OSBuild (schema v2) types. package osbuild2 // A Manifest represents an OSBuild source and pipeline manifest