Skip to content

Commit f443937

Browse files
committed
import limayaml package into cmd/start.go
It was erroneously removed in #2494. Signed-off-by: Jan Dubois <[email protected]>
1 parent 02dea48 commit f443937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/limactl/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
"github.com/lima-vm/lima/pkg/editutil"
1717
"github.com/lima-vm/lima/pkg/instance"
1818
"github.com/lima-vm/lima/pkg/ioutilx"
19+
"github.com/lima-vm/lima/pkg/limayaml"
1920
networks "github.com/lima-vm/lima/pkg/networks/reconcile"
2021
"github.com/lima-vm/lima/pkg/start"
2122
"github.com/lima-vm/lima/pkg/store"

0 commit comments

Comments
 (0)