From 0701d017ddb9191ed0ab6eeb403e9441578abc84 Mon Sep 17 00:00:00 2001 From: Chris Chapman Date: Wed, 14 Jun 2023 15:27:09 -0700 Subject: [PATCH] Fixing linting errors --- agent/config/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/config/builder.go b/agent/config/builder.go index ec1e4360defd..5a61de81006f 100644 --- a/agent/config/builder.go +++ b/agent/config/builder.go @@ -2541,7 +2541,7 @@ func validateAutoConfigAuthorizer(rt RuntimeConfig) error { return nil } -func (b *builder) cloudConfigVal(v *Config) hcpconfig.CloudConfig { +func (b *builder) cloudConfigVal(v Config) hcpconfig.CloudConfig { val := hcpconfig.CloudConfig{ ResourceID: os.Getenv("HCP_RESOURCE_ID"), }