Skip to content

Commit c9ed8bc

Browse files
committed
fix code-server-addr bug
1 parent 8329b45 commit c9ed8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/bind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (c *bindCmd) Run(fl *pflag.FlagSet) {
102102
CodeServerID: cs.ID,
103103
SessionToken: token,
104104
CloudProxyURL: c.cloudURL,
105-
CodeServerAddr: os.Getenv(c.codeServerAddr),
105+
CodeServerAddr: c.codeServerAddr,
106106
}
107107

108108
proxy := func() {

0 commit comments

Comments
 (0)