Skip to content
Snippets Groups Projects
Commit dc0282bf authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

Fix typo in lfs_filetypes

parent 30592f17
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ def initialize_git_repo(path_to_repo: str, output_repo_name: (str | bool) = "out
gitattributes = []
if lfs_filetypes is None:
lfs_filetypes = ["*.jpg", "*.png", "*.xlsx", "*.m5", "*.ipynb", "*.pfd"]
lfs_filetypes = ["*.jpg", "*.png", "*.xlsx", "*.m5", "*.ipynb", "*.pdf"]
starting_directory = os.getcwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment