Actually print properly.

This commit is contained in:
Parker Moore 2014-07-25 15:18:55 -04:00
parent 9b107a129a
commit d2aa8dcc43
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ command -v htmlproof || {
} }
bundle exec jekyll build -s site -d _site --trace 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 htmlproof ./_site