Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Jones
1312c00547 Fix formatting in Makefile
Signed-off-by: Alex Jones <1235925+AlexsJones@users.noreply.github.com>
2026-02-28 18:32:12 +00:00

View File

@@ -6,7 +6,7 @@
# define the default goal
#
ROOT_PACKAGE=github.com/k8sgpt-ai/k8sgpt
SHELL := /bin/bash
DIRS=$(shell ls)
GO=go
@@ -160,4 +160,4 @@ helm:
chmod +x $(OUTPUT_DIR)/helm-$(GOOS)-$(GOARCH); \
rm -rf ./$(GOOS)-$(GOARCH)/; \
fi
HELM=$(OUTPUT_DIR)/helm-$(GOOS)-$(GOARCH)
HELM=$(OUTPUT_DIR)/helm-$(GOOS)-$(GOARCH)