Skip to content

Commit

Permalink
init sb client
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 committed Aug 11, 2023
1 parent 3e9332e commit bfa8c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ovsdb/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func NewOvsDbClient(db, addr string) (client.Client, error) {
}
return c, nil
case SBDB:
dbModel, err := ovnnb.FullDatabaseModel()
dbModel, err := ovnsb.FullDatabaseModel()
if err != nil {
klog.Error(err)
return nil, err
Expand Down

0 comments on commit bfa8c67

Please sign in to comment.