Actually print properly.
This commit is contained in:
parent
9b107a129a
commit
d2aa8dcc43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue