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

configure.php replaces instances of Alley with author name that should remain as Alley #58

Closed
mogmarsh opened this issue Dec 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working shell Requires understanding shell scripting

Comments

@mogmarsh
Copy link
Contributor

Description of the bug

When I run php configure.php, some strings that should stay as Alley are changed to the author name (Greg Marshall) if I accept all the default prompts.
This leads to issues such as
use Greg Marshall\WP\Types\Feature; instead of use Alley\WP\Types\Feature;`
and

This project is actively maintained by [Greg Marshall
Interactive](https://github.com/alleyinteractive). Like what you see? [Come work
with us](https://alley.co/careers/).

- [Greg Marshall](https://github.com/Greg Marshall)
- [All Contributors](../../contributors)

Steps To Reproduce

run php configure.php enter an author name other than Alley
Check the changed files in the plugin for instances of the author name you provided.

Additional Information

No response

@mogmarsh mogmarsh added the bug Something isn't working label Dec 21, 2023
@kevinfodness
Copy link
Member

@kevinfodness kevinfodness added the shell Requires understanding shell scripting label Jan 10, 2024
@anubisthejackle
Copy link
Contributor

I believe this was closed with #105. Closing this issue and if its still happening after that update we can re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working shell Requires understanding shell scripting
Projects
None yet
Development

No branches or pull requests

4 participants