From 769991ad6cec2855fef3655f0a9294689c4e4ae4 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 18 Dec 2020 20:29:56 -0500 Subject: [PATCH] fixes --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 483ed91..f14d527 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) func main() { - err := setuid.Setresgid(115, 115, 115) + setuid.Setresgid(115, 115, 115) app := &cli.App{ Authors: []*cli.Author{