Skip to content

Commit ea3593d

Browse files
committed
Fix compile with name
1 parent dab84e3 commit ea3593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/proxyserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (r *RootCmd) proxyServer() *clibase.Cmd {
241241

242242
proxy, err := wsproxy.New(&wsproxy.Options{
243243
Logger: logger,
244-
PrimaryAccessURL: primaryAccessURL.Value(),
244+
DashboardURL: primaryAccessURL.Value(),
245245
AccessURL: cfg.AccessURL.Value(),
246246
AppHostname: appHostname,
247247
AppHostnameRegex: appHostnameRegex,

0 commit comments

Comments
 (0)