Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(coresmd): trim quotes on cert path to actually ignore if empty
Passing '' or "" as an empty argument would see the cert path be literally quotes (e.g. "" or ''). This commit ensures those characters are trimmed from the output (shallowly) so the string appears as empty when checking if the cert path is set.
- Loading branch information