From d11694893879db38e898d17a30b019866448d0e1 Mon Sep 17 00:00:00 2001 From: Perry Woodin Date: Mon, 12 Sep 2016 15:30:53 -0400 Subject: [PATCH] Typo: alt-ignore --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 1aa4a40..623eee1 100644 --- a/script/cibuild +++ b/script/cibuild @@ -2,4 +2,4 @@ set -e # halt script on error bundle exec jekyll build -bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-gnore '/.*/' --file-ignore /assets/,/style-guide/,/blog/ \ No newline at end of file +bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/style-guide/,/blog/ \ No newline at end of file