From 469678e999bf76304e8ff588e91df119a888b965 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 22 Oct 2024 06:58:48 -0400 Subject: [PATCH] chore: remove old name healthcheck --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0a666f9..1486ecb 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ all: build build: $(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);) - cp ./build/repo-health-checker ./build/healthcheck clean: rm -rf $(BUILD_DIR)/*