Skip to content

Commit 2dfdc92

Browse files
committed
quick fix
1 parent 8286863 commit 2dfdc92

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

internal/configuration/autopilot.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ import (
1313
"gorm.io/gorm"
1414
"github.com/riotpot/pkg/services"
1515

16-
"github.com/riotpot/internal/greeting"
17-
"github.com/riotpot/tools/environ"
16+
"github.com/riotpot/pkg/profiles/ports"
1817
"github.com/riotpot/tools/arrays"
18+
"github.com/riotpot/tools/environ"
19+
"github.com/riotpot/internal/greeting"
1920
)
2021

2122
type Autopilot struct {

0 commit comments

Comments
 (0)