From 3f57b2130a4ecf387b07d3c897558b460edabc14 Mon Sep 17 00:00:00 2001 From: t-etfali Date: Wed, 19 Aug 2020 10:24:23 -0700 Subject: [PATCH] Fixing bin naming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fc5b62..f3b84bd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GOGET=${GOCMD} get GOTEST=${GOCMD} test GORUN=${GOCMD} run -BINARY_NAME=bin/guest-agent-test-extension +BINARY_NAME=bin/GuestAgentTestExtension WINDOWS_BIN=$(BINARY_NAME)_windows.exe LINUX_BIN=$(BINARY_NAME)_linux