open-vault/changelog/12720.txt
hghaf099 b472d7ed3f
CLI request when namespace is in argument and part of the path (#12720)
* CLI makes request to incorrect URL when namespace is both provided as argument and part of the path
fixes #12675

* adding change log

* removing a switch and addressing a possibility of out of bound index
2021-10-21 22:35:13 -04:00

4 lines
113 B
Plaintext

```release-note:bug
cli: fixes CLI requests when namespace is both provided as argument and part of the path
```