clean lint-spyglass.sh minor typo

This commit is contained in:
James Stine 2025-06-18 09:14:51 -05:00
parent 72c9c6aaac
commit 837935f77b

View file

@ -35,7 +35,7 @@ TEMPLATE_PRJ="$WALLY/bin/cvw.prj"
# Clean out the lint-synopsys directory (if it exists)
if [ -d "$CUR_DIR/lint-spyglass-reports" ]; then
echo "Cleaning lint-spyglass directory..."
echo "Cleaning lint-spyglass-reports directory..."
rm -rf "$CUR_DIR/lint-spyglass-reports"/*
fi