From b9f1fb69f1a68121759d58d68852372977abf356 Mon Sep 17 00:00:00 2001 From: Maximilian Braun Date: Wed, 8 Nov 2023 17:49:10 +0100 Subject: [PATCH] chore(examples): fix typo (#560) --- examples/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/make/Makefile b/examples/make/Makefile index c94aac4fdb..98fa2abac3 100644 --- a/examples/make/Makefile +++ b/examples/make/Makefile @@ -76,7 +76,7 @@ release: commit push ## Release component .PHONY: info info: ## Display information about the component @echo "VERSION: $(VERSION)" - @echo "COMMIT; $(COMMIT)" + @echo "COMMIT: $(COMMIT)" .PHONY: clean clean: ## Delete generated content