Skip to content

Commit

Permalink
Remove erroneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Jan 8, 2025
1 parent 16b048a commit 380c386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for library in $libraries; do
if [ ! -z "$lib" ] && [ "$lib" != "$library" ]; then
continue
fi

echo "==> checking docs for $library..."
dir="./platform/$library"
cd $dir
Expand All @@ -18,6 +18,6 @@ for library in $libraries; do
cd ../..
exit 1
fi
rm -f "$dir/README-generated.md"

cd ../..
done

0 comments on commit 380c386

Please sign in to comment.