X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=ensure-documented.sh;h=928abdb73c6897cc98cd74cc0e3550afb9b9ea23;hb=refs%2Fheads%2Fv0.45.x;hp=12d4927484c5bf7d649bb9380da20cc218cae784;hpb=baacf438b7128ac60b458398219467235fcef9b1;p=releng%2Fglobal-jjb.git diff --git a/ensure-documented.sh b/ensure-documented.sh index 12d49274..928abdb7 100755 --- a/ensure-documented.sh +++ b/ensure-documented.sh @@ -25,7 +25,7 @@ for file in "${jjb_files[@]}"; do -e '\- wrapper:' \ -A1 "$file" \ | grep 'name: ' | awk -F': ' '{print $2}' | sort | uniq \ - | tr -d "'") + | tr -d "'" | tr -d '"') for item in "${docs_interests[@]}"; do if ! grep -q "$item" "docs/${file//.yaml/.rst}"; then