From d2aa8dcc43368c268945b376e35536b9c1649eeb Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 25 Jul 2014 15:18:55 -0400 Subject: [PATCH] Actually print properly. --- script/proof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/proof b/script/proof index 31db4375..f3dcd558 100755 --- a/script/proof +++ b/script/proof @@ -18,5 +18,5 @@ command -v htmlproof || { } bundle exec jekyll build -s site -d _site --trace -echo -e "\e[0;36mProofing begins now!\e[0m\n" +printf "\e[0;36mProofing begins now!\e[0m\n" htmlproof ./_site