Skip to content

Review the syntax of a WSL command #19951

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

Closed
javiereguiluz opened this issue Jun 10, 2024 · 2 comments
Closed

Review the syntax of a WSL command #19951

javiereguiluz opened this issue Jun 10, 2024 · 2 comments
Labels
hasPR A Pull Request has already been submitted for this issue.
Milestone

Comments

@javiereguiluz
Copy link
Member

Here: https://symfony.com/doc/current/setup/symfony_server.html#enabling-tls

It's rendered like this:

image

But I don't know if the real command is:

explorer.exe \`wslpath -w $HOME/.symfony5/certs\`

or

explorer.exe `wslpath -w $HOME/.symfony5/certs`

We could move this to a .. code-block:: terminal inside the tip block.

@javiereguiluz javiereguiluz added this to the 5.4 milestone Jun 10, 2024
@wouter90
Copy link

you need the command without escaping the backticks. With them it will open explorer but not the right folder :)

@javiereguiluz javiereguiluz added the hasPR A Pull Request has already been submitted for this issue. label Jun 13, 2024
javiereguiluz added a commit that referenced this issue Jun 17, 2024
This PR was merged into the 5.4 branch.

Discussion
----------

Fix a WSL command in the Symfony Server doc

Fixes #19951.

Commits
-------

535dc3c Fix a WSL command in the Symfony Server doc
@javiereguiluz
Copy link
Member Author

Closing as fixed in #19956.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hasPR A Pull Request has already been submitted for this issue.
Projects
None yet
Development

No branches or pull requests

2 participants