From 05bbbd2d55d4400fafff8a96f44c967e38d7073a Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Tue, 24 May 2016 02:17:20 -0700 Subject: [PATCH] Reconcile renamed structures during rebase --- command/agent/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/config.go b/command/agent/config.go index e1033257b..e9f2cce42 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -362,7 +362,7 @@ func DevConfig() *Config { conf.DevMode = true conf.EnableDebug = true conf.DisableAnonymousSignature = true - conf.ConsulConfig.AutoRegister = true + conf.Consul.AutoRegister = true if runtime.GOOS == "darwin" { conf.Client.NetworkInterface = "lo0" } else if runtime.GOOS == "linux" {