mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-23 19:21:23 +02:00
Typo fix
This commit is contained in:
parent
f7e6aa9b8f
commit
4f890ff712
@ -19,7 +19,7 @@ func Dial(address string) (net.Conn, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
url := fmt.Sprintf("ws://%s:%d"+addr.IP.String(), addr.Port)
|
||||
url := fmt.Sprintf("ws://%s:%d", addr.IP.String(), addr.Port)
|
||||
opts := &websocket.DialOptions{
|
||||
Host: hostName,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user