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

pw:install option ignores --url command line option #8

Closed
netcarver opened this issue Apr 17, 2024 · 1 comment
Closed

pw:install option ignores --url command line option #8

netcarver opened this issue Apr 17, 2024 · 1 comment

Comments

@netcarver
Copy link
Contributor

netcarver commented Apr 17, 2024

If I ddev ssh into the web container & cd RockShell/. Then doing ./rock pw:install --url=location ignores the --url=location argument and always installs PW to the default "processwire" path.

I fixed it locally by changing line 319 in the install command to...

$value = $this->ask($label, $this->option('url') ?: 'processwire');
@BernhardBaumrock
Copy link
Member

Thx, I've added your fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants