Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For shell compatibility the
~
must be outside the quotes, otherwise it won't get expanded:Alternative:
Note that there are several other reference that should be changed too then:
And the
$HOME
variant is also used in one place:They should probably all use the same format.
The docs are also duplicated in several places, so to keep the change propagating forward it needs to be updated in the
docs/
tree as well. And for consistencyversioned_docs/version-1.16/
should matchversioned_docs/version-latest
.Let me know if you want me to update your PR instead, as this is just busy-work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'oh, I totally should have caught the tilde outside of the double quotes.
If you have the bandwidth and/or are working on docs anyway, please feel free to close this PR and address as you see fit. This was more a "whoops, I just created a new file at
~/Library/Application
and wanted to help prevent anyone else from making the same mistake 😅There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've created #400 to replace this PR. I decided to add a backslash before the space instead of quoting just part of the string.
I'm going to close this PR; thank you for bringing the issue to our attention!