From 5a362a474df252153fe3502b578c7f77603c7cb4 Mon Sep 17 00:00:00 2001 From: Matthew Ray Date: Fri, 22 May 2020 21:59:33 -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 1179bf6..2af0660 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 ${storage_files} + HOME=/root go build -ldflags="-s -w" dist/bin/getUserByUid ${get_user_by_uid_files} @chmod 740 dist/bin/getUserByUid file dist/bin/getUserByUid