From 1a57ccdb83ad6edc2b6414e854f78226d466fbbd Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 12 Mar 2025 15:11:19 +0300 Subject: [PATCH] chore: update package name in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6af9352..b916889 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ build: check-no-root $(BIN) export CGO_ENABLED := 0 $(BIN): - go build -ldflags="-X 'gitea.plemya-x.ru/xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@ + go build -ldflags="-X 'gitea.plemya-x.ru/Plemya-x/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@ check-no-root: @if [[ "$$(whoami)" == 'root' ]]; then \