Skip to content

Commit 54c8f2f

Browse files
authored
chore: add suggestions from code review
1 parent f84d07a commit 54c8f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type Kubernetes struct {
7676
Enabled bool `yaml:"enabled"`
7777
Version string `yaml:"version"`
7878
K3sArgs []string `yaml:"k3sArgs"`
79-
ListenPort int `yaml:"port,omitempty"`
79+
Port int `yaml:"port,omitempty"`
8080
}
8181

8282
// Network is VM network configuration

0 commit comments

Comments
 (0)