From a483944490b8b77cea08840133cb5793dff50f64 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 7 Mar 2021 16:45:23 -0800 Subject: [PATCH] fix echo which included unescape parens.. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 432afff..7fb91dd 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ deploy: update-tufte-css: git subtree pull -P tufte-css --squash https://github.com/edwardtufte/tufte-css.git gh-pages cp -Rp tufte-css/{tufte.css,et-book} content/media/css - @echo Make sure to git add content/media/css and commit the updates (if any)! + @echo 'Make sure to git add content/media/css and commit the updates (if any)!'