Skip to content

Commit

Permalink
Update FormatProductName - include SMC variant
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel authored Apr 5, 2024
1 parent 7bcbcca commit 7c6b6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func FormatProductName(s string) string {
return "x11scm-f"
case "SYS-5039MS-H12TRF":
return "x11sse-f"
case "SYS-510T-MR-EI018", "SYS-510T-MR1-EI018":
case "SYS-510T-MR-EI018", "SYS-510T-MR1-EI018", "SYS-510T-MR2-EI018":
return "x12sth-sys"
case "SSG-6029P-E1CR12L-PH004":
return "x11dph-t"
Expand Down

0 comments on commit 7c6b6d6

Please sign in to comment.