Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cached composite template are not updated #129

Closed
davidB opened this issue Aug 15, 2019 · 1 comment
Closed

cached composite template are not updated #129

davidB opened this issue Aug 15, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@davidB
Copy link
Member

davidB commented Aug 15, 2019

Steps to reproduce:

  • A git repository with several templates already cached
  • Add a new template into the repository
  • Create a local template that use the newly template from the repository
  • Call ffizer apply on the local template

The command failed because the cache of the repository doesn't include the new template.

Output:

$ ffizer apply -s amethyst-starter-2d -d my-game
Error: LocalPathNotFound { path: "/home/david/.cache/git/github.com/ffizer/templates_default/master/oss_license", uri: "git@github.com:ffizer/templates_default.git", subfolder: Some("oss_license") }
@davidB davidB added the bug Something isn't working label Aug 15, 2019
@davidB davidB self-assigned this Aug 15, 2019
davidB added a commit that referenced this issue Aug 16, 2019
@davidB
Copy link
Member Author

davidB commented Aug 17, 2019

should be fixed

@davidB davidB closed this as completed Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant