wrong-filename.sh: update output filename

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
K.B.Dharun Krishna 2023-12-21 23:20:46 +05:30
parent e9750a9922
commit d8fb257277
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Usage: ./scripts/wrong-filename.sh
# Output file for recording inconsistencies
OUTPUT_FILE="filename-consistency-check-output.txt"
OUTPUT_FILE="inconsistent-filenames.txt"
# Remove existing output file (if any)
rm -f "$OUTPUT_FILE"