Skip to content

Commit

Permalink
Restoring github.com/microsoft/azurelinux/toolkit/tools/imagecustomiz…
Browse files Browse the repository at this point in the history
…erapi line.
  • Loading branch information
gmileka committed Oct 18, 2024
1 parent 4e5f03d commit 3280fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolkit/tools/pkg/imagecustomizerlib/savedconfigs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"os"
"path/filepath"

"github.com/microsoft/azurelinux/toolkit/tools/imagecustomizerapi"
"github.com/microsoft/azurelinux/toolkit/tools/internal/file"
)

Expand All @@ -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 {
Expand Down

0 comments on commit 3280fc0

Please sign in to comment.