Skip to content

Commit

Permalink
fix syntax error in structure field
Browse files Browse the repository at this point in the history
  • Loading branch information
sookloeckner committed Mar 20, 2020
1 parent a6b3e9e commit 78e1cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/kci/v1alpha1/dbinstance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type GoogleInstance struct {
type GenericInstance struct {
Host string `json:"host"`
Port int32 `json:"port"`
PublicIP string `json:"publicIp",omitempty`
PublicIP string `json:"publicIp,omitempty"`
}

// DbInstanceBackup defines name of google bucket to use for storing database dumps for backup when backup is enabled
Expand Down

0 comments on commit 78e1cdc

Please sign in to comment.