Skip to content

Commit 8450ca2

Browse files
committed
Meta: fix Makefile escaping in fallback case
1 parent 9c59759 commit 8450ca2

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
@@ -8,7 +8,7 @@ index.html : index.bs
88
ifdef bs_installed
99
bikeshed spec index.bs
1010
else
11-
@echo Can't find a local version of Bikeshed. To install it, visit:
11+
@echo Can\'t find a local version of Bikeshed. To install it, visit:
1212
@echo
1313
@echo https://github.com/tabatkins/bikeshed/blob/master/docs/install.md
1414
@echo

0 commit comments

Comments
 (0)