From af4376cd19b82d4e6c4d78d424bcbdfa5b1a99e9 Mon Sep 17 00:00:00 2001 From: Christian Zunker Date: Tue, 31 Oct 2023 08:57:00 +0100 Subject: [PATCH] Revert some changes Signed-off-by: Christian Zunker --- Makefile | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6d27f9c..b301d6e 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,8 @@ dev/linux: build .PHONY: dev/macos dev/macos: build @mkdir -p ~/.packer.d/plugins/github.com/mondoohq/cnspec/ - @mv ${BINARY} ~/.packer.d/plugins/github.com/mondoohq/cnspec/${BINARY}_${VERSION}_macos_amd64 - @cat ~/.packer.d/plugins/github.com/mondoohq/cnspec/packer-plugin-cnspec_${VERSION}_macos_amd64 | shasum --tag | cut -d"=" -f2 | tr -d " " > ~/.packer.d/plugins/github.com/mondoohq/cnspec/packer-plugin-cnspec_${VERSION}_macos_amd64_SHA256SUM + @mv ${BINARY} ~/.packer.d/plugins/github.com/mondoohq/cnspec/${BINARY}_v${VERSION}_macos_amd64 + @cat ~/.packer.d/plugins/github.com/mondoohq/cnspec/packer-plugin-cnspec_v${VERSION}_macos_amd64 | shasum --tag | cut -d"=" -f2 | tr -d " " > ~/.packer.d/plugins/github.com/mondoohq/cnspec/packer-plugin-cnspec_v${VERSION}_macos_amd64_SHA256SUM test: @go test -race -count $(COUNT) $(TEST) -timeout=3m @@ -81,4 +81,4 @@ license/headers/check: copywrite headers --plan license/headers/apply: - copywrite headers + copywrite headers \ No newline at end of file diff --git a/go.mod b/go.mod index 2ceebea..7a1224a 100644 --- a/go.mod +++ b/go.mod @@ -346,4 +346,4 @@ require ( mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect mvdan.cc/unparam v0.0.0-20230917202934-3ee2d22f45fb // indirect sigs.k8s.io/yaml v1.3.0 // indirect -) \ No newline at end of file +)