diff --git a/cmd/ccl/ccl.go b/cmd/ccl/ccl.go index 23d2bc9..501c5ec 100644 --- a/cmd/ccl/ccl.go +++ b/cmd/ccl/ccl.go @@ -18,7 +18,7 @@ const ( type Network struct { Name string DNS []string - IPv6 bool `default:true` + IPv6 bool `default:"true"` IPv4Address string `toml:"ipv4_address"` IPv6Address string `toml:"ipv6_address"` } @@ -39,7 +39,7 @@ type command string const ( CREATE command = "create" - START command = "start" + START command = "start" ) var (