We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Performing operations on ~~ returns InvalidPathError, while using ~~/ evaluates to /$MANTA_USER/.
~~
InvalidPathError
~~/
/$MANTA_USER/
E.g., mls ~~ fails, but mls ~~/ works, yet both mls /$MANTA_USER and mls /$MANTA_USER/ work.
mls ~~
mls ~~/
mls /$MANTA_USER
mls /$MANTA_USER/
The text was updated successfully, but these errors were encountered:
https://cr.joyent.us/#/c/1091/
Sorry, something went wrong.
#293 ~~ evaluation needs to be less pedantic
be67987
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Reviewed by: David Pacheco <dap@joyent.com> Approved by: David Pacheco <dap@joyent.com>
Closing this. This has been integrated for a while.
➜ ~ mls --version 5.1.1 http://apidocs.joyent.com/manta ➜ ~ mls ~~ jobs/ public/ reports/ stor/ uploads/
No branches or pull requests
Performing operations on
~~
returnsInvalidPathError
, while using~~/
evaluates to/$MANTA_USER/
.E.g.,
mls ~~
fails, butmls ~~/
works, yet bothmls /$MANTA_USER
andmls /$MANTA_USER/
work.The text was updated successfully, but these errors were encountered: