Skip to content

Commit

Permalink
use licence
Browse files Browse the repository at this point in the history
Signed-off-by: hunnywar <[email protected]>
  • Loading branch information
hunnywar committed Dec 30, 2024
1 parent c77cd35 commit 27b57bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ide/browser-terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func OpenBrowserTerminal(activeProfile config.Profile, workspaceId string, proje
projectHostname := config.GetProjectHostname(activeProfile.Id, workspaceId, projectName)

// Download and start ttyd
installServerCommand := exec.Command("ssh", projectHostname, "curl -fsSL https://raw.githubusercontent.com/hunnywar/daytona/f9ec6d34bf5c8b4b405cb4979483b066d922cf55/hack/get-ttyd.sh | sh")
installServerCommand := exec.Command("ssh", projectHostname, "curl -fsSL https://download.daytona.io/daytona/get-ttyd.sh | sh")
installServerCommand.Stdout = io.Writer(&util.DebugLogWriter{})
installServerCommand.Stderr = io.Writer(&util.DebugLogWriter{})

Expand Down

0 comments on commit 27b57bb

Please sign in to comment.