mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
wrong-filename.sh: update output filename
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
e9750a9922
commit
d8fb257277
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue