Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit acf82e3

Browse files
Update run.sh
1 parent 7bac87d commit acf82e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
printf "☢️ unsetting proxy vars..."
4040
export http_proxy=http://$http_proxy
41-
export https_proxy=http://$https_proxy
41+
export https_proxy=https://$https_proxy
4242

4343
printf "👷 Starting jupyterlab in background..."
4444
printf "check logs at ${LOG_PATH}"

0 commit comments

Comments
 (0)