1
0

Revert "fix: load, not import"

This reverts commit 35df5850f5.
This commit is contained in:
2024-02-21 18:55:48 +00:00
parent 4a1422e010
commit 8251927821
3 changed files with 5 additions and 5 deletions

View File

@ -175,7 +175,7 @@ func (cmd *KernelCmd) fetchContainerCache(c container.Container) {
}
path := cache.ContainerURL(c.Name())
err := container.Load(path, c.Name())
err := container.Import(path, c.Name())
if err == nil {
log.Info().Msgf("container %s -> %s", path, c.Name())
}