fix: make file whitespace

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/12277/merge
Terry Howe 3 weeks ago committed by Scott Rigby
parent d601ce59a9
commit 9eafbc53df

@ -13,9 +13,9 @@ GOX = $(GOBIN)/gox
GOIMPORTS = $(GOBIN)/goimports GOIMPORTS = $(GOBIN)/goimports
ARCH = $(shell go env GOARCH) ARCH = $(shell go env GOARCH)
ACCEPTANCE_DIR:=../acceptance-testing ACCEPTANCE_DIR := ../acceptance-testing
# To specify the subset of acceptance tests to run. '.' means all tests # To specify the subset of acceptance tests to run. '.' means all tests
ACCEPTANCE_RUN_TESTS=. ACCEPTANCE_RUN_TESTS = .
# go option # go option
PKG := ./... PKG := ./...
@ -232,14 +232,11 @@ release-notes:
exit 1; \ exit 1; \
fi fi
@if [ -z "${PREVIOUS_RELEASE}" ]; then \ @if [ -z "${PREVIOUS_RELEASE}" ]; then \
echo "please set PREVIOUS_RELEASE environment variable" \ echo "please set PREVIOUS_RELEASE environment variable" && \
&& exit 1; \ exit 1; \
fi fi
@./scripts/release-notes.sh ${PREVIOUS_RELEASE} ${VERSION} @./scripts/release-notes.sh ${PREVIOUS_RELEASE} ${VERSION}
.PHONY: info .PHONY: info
info: info:
@echo "Version: ${VERSION}" @echo "Version: ${VERSION}"

Loading…
Cancel
Save