From d3fb7dee3c1788e3eede83381cc41bcdc1adbb40 Mon Sep 17 00:00:00 2001 From: Riley <49880817+DerZombiiie@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:46:31 +0200 Subject: [PATCH] Update build.sh --- cmd/mt-multiserver-proxy/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/mt-multiserver-proxy/build.sh b/cmd/mt-multiserver-proxy/build.sh index c0f039a..dd49510 100755 --- a/cmd/mt-multiserver-proxy/build.sh +++ b/cmd/mt-multiserver-proxy/build.sh @@ -1,4 +1,4 @@ cd ../.. -go build . +go build cd cmd/mt-multiserver-proxy -go build . +go build