Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
88 B
Bash
Raw Normal View History

httpxSslCertFileUnset() {
unset SSL_CERT_FILE
}
postHooks+=(httpxSslCertFileUnset)