Skip to content

Commit

Permalink
fix(plc4go/opcua): fix driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 1, 2023
1 parent 925b7fa commit f47d4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/internal/opcua/Driver.go
Expand Up @@ -57,7 +57,7 @@ func NewDriver(_options ...options.WithOption) plc4go.PlcDriver {
log: customLogger,
_options: _options,
}
driver.DefaultDriver = _default.NewDefaultDriver(driver, "opcua", "Clipsal Bus", "tcp", NewTagHandler())
driver.DefaultDriver = _default.NewDefaultDriver(driver, "opcua", "Opcua", "tcp", NewTagHandler())
return driver
}

Expand Down

0 comments on commit f47d4d9

Please sign in to comment.