summaryrefslogtreecommitdiffstats
path: root/admin/open_tag
diff options
context:
space:
mode:
Diffstat (limited to 'admin/open_tag')
-rw-r--r--admin/open_tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/open_tag b/admin/open_tag
index 086e761..f60cccc 100644
--- a/admin/open_tag
+++ b/admin/open_tag
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-bad_files=$(find Net Tests -type f -name \*.php |
+bad_files=$(find Auth Tests -type f -name \*.php |
xargs -l1 grep -H -m 1 "<?php" -c |
grep ":0" |
awk -F: '{ print $1 }')