Skip to content

Commit c854ce2

Browse files
committed
Fix missing quote in Makefile (#3).
1 parent b9086d3 commit c854ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ show-config:
106106

107107
genhtml:
108108
@echo "-- GENHTML --------------------"
109-
@echo "-- Note not installed by default, so not in default rule
109+
@echo "-- Note not installed by default, so not in default rule"
110110
$(GENHTML) logs/coverage.info --output-directory logs/html
111111

112112
maintainer-copy::

0 commit comments

Comments
 (0)