Skip to content

Commit d7e2397

Browse files
committed
Fix Brev secure link URLs
1 parent 8d611b2 commit d7e2397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/jupyter-generate-nsight-plugin-settings.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
JUPYTER_HOST="nsight-jupyter0-${BREV_ENV_ID}.brevlab.com"
4-
NSIGHT_HTTP_URL="https://nsight-http0-${BREV_ENV_ID}.brevlab.com"
3+
JUPYTER_HOST="jupyter0-${BREV_ENV_ID}.brevlab.com"
4+
NSIGHT_HTTP_URL="https://nsight0-${BREV_ENV_ID}.brevlab.com"
55

66
cat << EOF
77
{

0 commit comments

Comments
 (0)