Skip to content

Commit

Permalink
update_time.py: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 23, 2025
1 parent 3bf4ef8 commit e7fcbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def update_markdown_file(file_path):
owner, repo = subs[0], subs[1]
last_commit_time = fetch_last_commit_time(owner, repo)
if not last_commit_time:
update_lines.append(line)
updated_lines.append(line)
continue
# Replace the last field with the last commit time
fields[6] = f" {last_commit_time} "
Expand Down

0 comments on commit e7fcbdb

Please sign in to comment.