This commit is contained in:
Stavros kois
2024-05-12 21:31:34 +03:00
parent 4d0e0b77bd
commit bda19c5847
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ process_index() {
filename=$(basename "${file}")
# If title is not ok, skip
if ! check_and_fix_title "$train" "$chart"; then
if ! check_and_fix_title "${file}"; then
continue
fi