From 967facc55ed6c906e7dbcd343e0167e0baae69f6 Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Thu, 28 May 2020 15:40:17 -0400 Subject: [PATCH] removes pro tags (#8014) --- command/agent/config_oss.go | 2 +- nomad/server_setup_oss.go | 2 +- nomad/state/testing_oss.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/command/agent/config_oss.go b/command/agent/config_oss.go index 2766b56e0..c91544276 100644 --- a/command/agent/config_oss.go +++ b/command/agent/config_oss.go @@ -1,4 +1,4 @@ -// +build !pro,!ent +// +build !ent package agent diff --git a/nomad/server_setup_oss.go b/nomad/server_setup_oss.go index 36aa10f0a..4825a961e 100644 --- a/nomad/server_setup_oss.go +++ b/nomad/server_setup_oss.go @@ -1,4 +1,4 @@ -// +build !pro,!ent +// +build !ent package nomad diff --git a/nomad/state/testing_oss.go b/nomad/state/testing_oss.go index 9c858d07e..178e78a39 100644 --- a/nomad/state/testing_oss.go +++ b/nomad/state/testing_oss.go @@ -1,4 +1,4 @@ -// +build !pro,!ent +// +build !ent package state