From d68ea27fac9f6e7c8b455d1a7fd2afe51429b301 Mon Sep 17 00:00:00 2001 From: Matthew Ray Date: Fri, 22 May 2020 22:01:01 -0400 Subject: [PATCH] go bindings for username lookup by UID --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2af0660..6bd5ba5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ storage: file dist/bin/storage getUserByUid: - HOME=/root go build -ldflags="-s -w" dist/bin/getUserByUid ${get_user_by_uid_files} + HOME=/root go build -ldflags="-s -w" -o dist/bin/getUserByUid ${get_user_by_uid_files} @chmod 740 dist/bin/getUserByUid file dist/bin/getUserByUid