Skip to content

Commit f4d9cd5

Browse files
committed
Running script locally rather than in scripts dir
1 parent a8fabbe commit f4d9cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_mixedcontent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

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

0 commit comments

Comments
 (0)