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

Commit d152fb5

Browse files
authored
Update jupyterlab/main.tf
1 parent e42b57c commit d152fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource "coder_app" "jupyterlab" {
6767
agent_id = var.agent_id
6868
slug = "jupyterlab" # sync with the usage in URL
6969
display_name = "JupyterLab"
70-
url = var.subdomain ? "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab" : "http://localhost:${var.port}"
70+
url = var.subdomain ? "http://localhost:${var.port}" : "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab"
7171
icon = "/icon/jupyter.svg"
7272
subdomain = var.subdomain
7373
share = var.share

0 commit comments

Comments
 (0)