Skip to content

Commit

Permalink
remove unnecessary trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Dec 10, 2024
1 parent 452f3f9 commit 06d83ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand All @@ -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:
Expand Down

0 comments on commit 06d83ad

Please sign in to comment.