Skip to content

Commit

Permalink
Running script locally rather than in scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Jul 4, 2018
1 parent a8fabbe commit f4d9cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_mixedcontent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

echo "Running mixed content report"
# e.g. arg could be _site for a jekyll site
find $1 -name "*.html" | xargs phantomjs scripts/report-mixed-content.js ;
find $1 -name "*.html" | xargs phantomjs report-mixed-content.js ;
echo "report finsihed."

0 comments on commit f4d9cd5

Please sign in to comment.