From 142a43051a4ed698e49aeaa0ad7dbc625e173957 Mon Sep 17 00:00:00 2001 From: Preston Vasquez <24281431+prestonvasquez@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:42:47 -0700 Subject: [PATCH] GODRIVER-2724 Rename entauth back to testentauth --- Makefile | 2 +- internal/cmd/{entauth => testentauth}/main.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename internal/cmd/{entauth => testentauth}/main.go (100%) diff --git a/Makefile b/Makefile index 85faed027e..344531a305 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ evg-test-atlas-data-lake: .PHONY: evg-test-enterprise-auth evg-test-enterprise-auth: - go run -tags gssapi ./internal/cmd/entauth/main.go + go run -tags gssapi ./internal/cmd/testentauth/main.go .PHONY: evg-test-kmip evg-test-kmip: diff --git a/internal/cmd/entauth/main.go b/internal/cmd/testentauth/main.go similarity index 100% rename from internal/cmd/entauth/main.go rename to internal/cmd/testentauth/main.go