From 6deaf475654d5cb1b1a3c873173ed99c14d8059c Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 28 Jan 2026 10:19:57 -0500 Subject: [PATCH] fix install overwrote local bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef62ab8..ef29e01 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ lint: $(GO) fmt ./... install: build - @mv ./fes /usr/bin/local + @mv ./fes /usr/bin/local/