Makefile: Fix typo in printed project name

This commit is contained in:
Paweł Poławski 2023-12-05 12:01:09 +01:00 committed by Tomáš Hozza
parent 5e46230182
commit c1fae1ef7a

View file

@ -69,7 +69,7 @@ COMMIT = $(shell (cd "$(SRCDIR)" && git rev-parse HEAD))
help:
@echo "make [TARGETS...]"
@echo
@echo "This is the maintenance makefile of osbuild. The following"
@echo "This is the maintenance makefile of osbuild-composer. The following"
@echo "targets are available:"
@echo
@echo " help: Print this usage information."