Browse Source

Fix a typo

main
Vincent Bernat 13 years ago
parent
commit
4a43492b59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/ext/plugins/git.py

+ 1
- 1
hyde/ext/plugins/git.py View File

@@ -51,4 +51,4 @@ class GitDatesPlugin(Plugin):
resource.meta.created = created resource.meta.created = created
if modified == "git": if modified == "git":
modified = parse(commits[0].strip()) modified = parse(commits[0].strip())
resource.meta.modified = created
resource.meta.modified = modified

Loading…
Cancel
Save