Skip to content

Commit

Permalink
Fix more issues following rename
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Aug 30, 2021
1 parent b02d116 commit 74c7a81
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
9 changes: 0 additions & 9 deletions jekyll_relative_url_check/bin/html_pre_commit

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

# ours
from jekyll_relative_url_hook.cli import html_pre_commit
from jekyll_relative_url_check.cli import html_pre_commit


if __name__ == "__main__":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

# ours
from jekyll_relative_url_hook.cli import markdown_pre_commit
from jekyll_relative_url_check.cli import markdown_pre_commit


if __name__ == "__main__":
Expand Down
9 changes: 0 additions & 9 deletions jekyll_relative_url_check/bin/markdown_pre_commit

This file was deleted.

0 comments on commit 74c7a81

Please sign in to comment.