Skip to content

Commit 0a40286

Browse files
authored
Update drivers to use different series
1 parent 67194e2 commit 0a40286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/driver/driverstore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (s *driverStore) FindDriverIDs(ctx context.Context) []string {
5959
drivers := make([]string, 10)
6060
for i := range drivers {
6161
// #nosec
62-
drivers[i] = fmt.Sprintf("%sT7%05dC%s",
62+
drivers[i] = fmt.Sprintf("%sN7%05dC%s",
6363
config.GetDriverIDPrefix(), rand.Int()%100000, config.GetDriverIDSuffix())
6464
}
6565
s.logger.For(ctx).Info("Found drivers", zap.Strings("drivers", drivers))

0 commit comments

Comments
 (0)