Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
misakwa committed Aug 6, 2019
1 parent 4e52afd commit 29204d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func CreateCluster(c *cli.Context) error {
return err
}

k3AgentArgs := make([]string, 0)
k3AgentArgs := []string{}
k3sServerArgs := []string{"--https-listen-port", apiPort.Port}

// When the 'host' is not provided by --api-port, try to fill it using Docker Machine's IP address.
Expand Down

0 comments on commit 29204d1

Please sign in to comment.