From 3c0719274c85cabed7b6a59d0f7f547564dbf927 Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Tue, 18 Feb 2020 10:29:28 -0500 Subject: [PATCH] inlude pro in http_oss.go --- command/agent/http_oss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/http_oss.go b/command/agent/http_oss.go index c12f773db..2c9fa0e82 100644 --- a/command/agent/http_oss.go +++ b/command/agent/http_oss.go @@ -1,4 +1,4 @@ -// +build !pro,!ent +// +build !ent package agent