Skip to content

Commit

Permalink
Merge pull request #13 from bmc-toolbox/joelrebel-patch-1
Browse files Browse the repository at this point in the history
Update FormatProductName - include SMC variant
  • Loading branch information
splaspood authored Apr 16, 2024
2 parents 268411c + 7c6b6d6 commit a56a09c
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 a56a09c

Please sign in to comment.