From 06d83ad5dd3499ac8a94a3d46f514ce215f9a501 Mon Sep 17 00:00:00 2001 From: nanjiangshu Date: Tue, 10 Dec 2024 10:47:51 +0100 Subject: [PATCH] remove unnecessary trailing semicolon --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e9a623da..b3217c3f7 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ go-version-check: echo "SDA requires go $${GO_VERSION_MIN} to build; found $${GO_VERSION}."; \ exit 1; \ fi; \ - echo "GO version: $${GO_VERSION}."; + echo "GO version: $${GO_VERSION}." docker-version-check: @DOCKER_VERSION=$$(docker version -f "{{.Server.Version}}" | cut -d'.' -f 1); \ @@ -70,7 +70,7 @@ docker-version-check: exit 1;\ fi; \ echo "Docker version: $${DOCKER_VERSION}."; \ - echo "Docker Compose version: $${DOCKER_COMPOSE_VERSION}."; + echo "Docker Compose version: $${DOCKER_COMPOSE_VERSION}." # bring up the services sda-s3-up: