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