Skip to content

Commit

Permalink
Fix #106
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin <[email protected]>
  • Loading branch information
linouxis9 committed Apr 4, 2024
1 parent d819a33 commit 1da06cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func gnbIdGenerator(i int, gnbId string) string {
}
base := int(gnbId_int) + i

gnbId = fmt.Sprintf("%06x", base)
gnbId = fmt.Sprintf("%06X", base)
return gnbId
}

Expand Down

0 comments on commit 1da06cf

Please sign in to comment.