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

uuid:make:model fails in case sensitive filesystems #18

Closed
jantoniomartin opened this issue Feb 9, 2020 · 2 comments · Fixed by #19
Closed

uuid:make:model fails in case sensitive filesystems #18

jantoniomartin opened this issue Feb 9, 2020 · 2 comments · Fixed by #19
Labels
bug Something isn't working

Comments

@jantoniomartin
Copy link

When running uuid:make:model in a Linux system, a FileNotFoundException is raised.

The code looks for a 'stubs' directory (with lowercase 's'), and the directory src/Console/Stubs (with uppercase 's') is not found. A simple solution would be changing this directory to a lowercase name.

@matthew-inamdar
Copy link
Member

Hey @jantoniomartin 👋

Thanks for making us aware of this issue! A PR is currently underway to fix this in the next patch release.

@matthew-inamdar
Copy link
Member

This has been fixed in v6.1.2

@matthew-inamdar matthew-inamdar added the bug Something isn't working label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants