Skip to content

Commit

Permalink
fix wrinting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Feb 21, 2024
1 parent 557a7f6 commit 59f8b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion animes-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ printf "%s\t - Done\n\n" "$(date +%H:%M:%S)"
printf "%s - Done\n\n" "$(date +%H:%M:%S)"

# write PMM metadata file from ID/animes.tsv and jikan API
printf "%s - Start wrinting the metadata file \n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "%s - Start writing the metadata file \n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "metadata:\n" > "$METADATA"
tvdb_id=""
anilist_id=""
Expand Down
2 changes: 1 addition & 1 deletion movies-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ printf "%s\t - Done\n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "%s - Done\n\n" "$(date +%H:%M:%S)" | tee -a "$LOG"

# write PMM metadata file from ID/movies.tsv and jikan API
printf "%s - Start wrinting the metadata file \n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "%s - Start writing the metadata file \n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "metadata:\n" > "$METADATA"
imdb_id=""
anilist_id=""
Expand Down

0 comments on commit 59f8b9d

Please sign in to comment.