From d4c401b350dd84d3a25effd1aa251978545bbaea Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Tue, 6 Apr 2021 13:24:11 -0500 Subject: [PATCH] missed build tag on this file (#9974) --- agent/structs/config_entry_cluster_oss.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agent/structs/config_entry_cluster_oss.go b/agent/structs/config_entry_cluster_oss.go index 1919fa3a9e..88433d62ac 100644 --- a/agent/structs/config_entry_cluster_oss.go +++ b/agent/structs/config_entry_cluster_oss.go @@ -1,3 +1,5 @@ +// +build !consulent + package structs func (e *ClusterConfigEntry) validateEnterpriseMeta() error {