We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e93fa commit 6dc7ea5Copy full SHA for 6dc7ea5
1 file changed
scripts/launchd-sync.sh
@@ -6,6 +6,8 @@ set -euo pipefail
6
7
export PATH="/Library/Frameworks/Python.framework/Versions/3.12/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin"
8
export TIKTOKEN_CACHE_DIR="/Users/ohadperry/.cache/tiktoken-persistent"
9
+export SSL_CERT_FILE="/Users/ohadperry/.ssl/combined_certs.pem"
10
+export REQUESTS_CA_BUNDLE="/Users/ohadperry/.ssl/combined_certs.pem"
11
12
REPO_DIR="/Users/ohadperry/Documents/Dev/complexity-analyzer"
13
LOG_FILE="$REPO_DIR/logs/launchd-sync.log"
0 commit comments