We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67194e2 commit 0a40286Copy full SHA for 0a40286
services/driver/driverstore.go
@@ -59,7 +59,7 @@ func (s *driverStore) FindDriverIDs(ctx context.Context) []string {
59
drivers := make([]string, 10)
60
for i := range drivers {
61
// #nosec
62
- drivers[i] = fmt.Sprintf("%sT7%05dC%s",
+ drivers[i] = fmt.Sprintf("%sN7%05dC%s",
63
config.GetDriverIDPrefix(), rand.Int()%100000, config.GetDriverIDSuffix())
64
}
65
s.logger.For(ctx).Info("Found drivers", zap.Strings("drivers", drivers))
0 commit comments