Skip to content

Commit

Permalink
chore(examples): fix typo (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianbraun authored Nov 8, 2023
1 parent 625b59a commit b9f1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9f1fb6

Please sign in to comment.