From 3280fc0556c3584f261f575d3ac033ae75155481 Mon Sep 17 00:00:00 2001 From: George Mileka Date: Fri, 18 Oct 2024 16:45:30 -0700 Subject: [PATCH] Restoring github.com/microsoft/azurelinux/toolkit/tools/imagecustomizerapi line. --- toolkit/tools/pkg/imagecustomizerlib/savedconfigs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolkit/tools/pkg/imagecustomizerlib/savedconfigs.go b/toolkit/tools/pkg/imagecustomizerlib/savedconfigs.go index ae5e1180b3e..70428d051a0 100644 --- a/toolkit/tools/pkg/imagecustomizerlib/savedconfigs.go +++ b/toolkit/tools/pkg/imagecustomizerlib/savedconfigs.go @@ -8,6 +8,7 @@ import ( "os" "path/filepath" + "github.com/microsoft/azurelinux/toolkit/tools/imagecustomizerapi" "github.com/microsoft/azurelinux/toolkit/tools/internal/file" ) @@ -27,7 +28,7 @@ import ( // re-apply them. type IsoSavedConfigs struct { - KernelCommandLine imagecustomizerapi.KernelCommandLine `yaml:"kernelCommandLine"` + KernelCommandLine imagecustomizerapi.KernelCommandLine `yaml:"kernelCommandLine"` } func (i *IsoSavedConfigs) IsValid() error {