Closed angelahao6 closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge
label. Good luck human!
-- conventional-commit-lint bot https://conventionalcommits.org/
@angelahao6 thanks! Please sign the Google CLA
Updated the LoadSignerBinaryPath() function to support "~" and "HOME" variables
Previously, the LoadSignerBinaryPath() function did not support the shorthand for home directory for the "~" and "HOME" variables. I added logic to check for "~" and "HOME" and commented out the original LoadSignerBinaryPath() and plan on cleaning up that comment later after this has been approved when I no longer need to reference the original version of the function.