Skip to content

Commit

Permalink
Fixes post-gen hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
danmilne1 committed Jan 31, 2024
1 parent 822b2f4 commit e1e9c49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hooks/post_gen_project.py
Expand Up @@ -159,10 +159,5 @@ def parse_features_json(file: Union[Path, str]) -> List[Path]:
"{{ cookiecutter.repository_hosting_platform }}",
)

# Delete files defined in the `manifest.json` file
delete_files_and_folders(
parse_features_json(Path(".govcookiecutter", "manifest.json"))
)

# Remove `DIR_GOVCOOKIECUTTER`
delete_files_and_folders(DIR_GOVCOOKIECUTTER)

0 comments on commit e1e9c49

Please sign in to comment.