summaryrefslogtreecommitdiffstats
path: root/jjb/releng/verify-releng.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/releng/verify-releng.sh')
-rwxr-xr-xjjb/releng/verify-releng.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/verify-releng.sh b/jjb/releng/verify-releng.sh
index 5c2dbff7a..682a8beda 100755
--- a/jjb/releng/verify-releng.sh
+++ b/jjb/releng/verify-releng.sh
@@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
#test for non-ascii characters, these can pass the test and end up breaking things in production
-for x in $(find . -name *\.yml); do
+for x in $(find . -name *\.yml -or -name *\.yaml); do
if LC_ALL=C grep -q '[^[:print:][:space:]]' "$x"; then
echo "file "$x" contains non-ascii characters"