diff --git a/jekyll_new_post.py b/jekyll_new_post.py index b2851a9..2aa4130 100755 --- a/jekyll_new_post.py +++ b/jekyll_new_post.py @@ -17,7 +17,7 @@ import yaml def is_jekyll_root(path: Path): - return (Path / "_config.yml").exists() + return (path / "_config.yml").exists() def hash_file(filename: Path) -> str: