Skip to content

Commit

Permalink
fixed loadbalance json
Browse files Browse the repository at this point in the history
  • Loading branch information
techBeck03 committed Jan 21, 2021
1 parent 5367427 commit bd55914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ type GuacConnectionParameters struct {
PreconnectionBLOB string `json:"preconnection-blob,omitempty"`

/*** RDP - Load Balancing ***/
LoadBalanceInfo string `json:"laod-balance-info,omitempty"`
LoadBalanceInfo string `json:"load-balance-info,omitempty"`

/*** VNC Repeater ***/
DestinationHost string `json:"dest-host,omitempty"`
Expand Down

0 comments on commit bd55914

Please sign in to comment.