From 4c8f1dd0f09bb4258f0e5bdf025583c411987576 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Wed, 21 Dec 2022 15:29:10 +0200 Subject: [PATCH] Fix typo Signed-off-by: Dimitris Karakasilis --- api/v1alpha1/osartifact_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1alpha1/osartifact_types.go b/api/v1alpha1/osartifact_types.go index b4a26e5..0e3894b 100644 --- a/api/v1alpha1/osartifact_types.go +++ b/api/v1alpha1/osartifact_types.go @@ -49,7 +49,7 @@ type OSArtifactSpec struct { Bundles []string `json:"bundles,omitempty"` PullOptions Pull `json:"pull,omitempty"` OSRelease string `json:"osRelease,omitempty"` - // TODO: Currently not used. Reseved to be used when we have a way to push to registries. + // TODO: Currently not used. Reserved to be used when we have a way to push to registries. PushOptions Push `json:"push,omitempty"` }