From 41fb36a36f8191cbfa615ee18131faef93172151 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 15 Mar 2015 18:05:13 -0700 Subject: [PATCH] script/proof: ignore eduardoboucas.com --- script/proof | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/script/proof b/script/proof index 47126fc1..7c90b753 100755 --- a/script/proof +++ b/script/proof @@ -10,9 +10,10 @@ function msg { } INGORE_HREFS=$(ruby -e 'puts %w{ - Chrononaut - twitter.com - nearlyfreespeech.net + Chrononaut + twitter.com + nearlyfreespeech.net + eduardoboucas.com }.map{|h| "/#{h}/"}.join(",")') SOURCE="site" DESTINATION="_site"