summaryrefslogtreecommitdiff
path: root/tidy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tidy.sh')
-rwxr-xr-xtidy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tidy.sh b/tidy.sh
index 7ac0409..6fd975e 100755
--- a/tidy.sh
+++ b/tidy.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ $# == 0 ]; then
- find . -name '*.html' -type f -print -exec tidy -mq -config tidy.conf '{}' \;
+ find www/ -name '*.html' -type f -print -exec tidy -mq -config tidy.conf '{}' \;
else
tidy -mq -config tidy.conf $@
fi