Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
added sku for 3090 in portugal
  • Loading branch information
redstone2019 committed Oct 31, 2020
1 parent 96ea1d1 commit 25386b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ var RegionalConfigs = map[string]RegionalConfig{
"3080": {
SKU: strPtr("5438794300"),
},
"3090": {
SKU: strPtr("5438794200"),
},
},
Locale: "en_gb",
NvidiaLocale: "en-gb",
Expand Down

0 comments on commit 25386b9

Please sign in to comment.