From 56246b4758d904bd5f448cbba0fae2709417abcc Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Mon, 20 Jan 2025 11:00:30 +0000 Subject: [PATCH] Run go-makefile-maker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cbb517..c26ef2f 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ check-dependency-licenses: FORCE install-go-licence-detector goimports: FORCE @printf "\e[1;36m>> goimports -w -local https://github.com/sapcc/maintenance-controller\e[0m\n" - @goimports -w -local https://github.com/sapcc/maintenance-controller internal/ $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...)) + @goimports -w -local github.com/sapcc/maintenance-controller $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...)) clean: FORCE git clean -dxf build