chore: Rename NVIDIA FE shop
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
817c4e0f6e
commit
cb53106e1f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func NewNvidiaFRParser(location string, gpus []string, userAgent string, timeout
|
||||||
// ShopName returns a nice name for NVIDIA Founders Edition website
|
// ShopName returns a nice name for NVIDIA Founders Edition website
|
||||||
// Implements the Parser interface
|
// Implements the Parser interface
|
||||||
func (p *NvidiaFEParser) ShopName() (string, error) {
|
func (p *NvidiaFEParser) ShopName() (string, error) {
|
||||||
return fmt.Sprintf("www.nvidia.com/%s-%s/shop/", p.location, p.location), nil
|
return fmt.Sprintf("nvidia.com/%s-%s/shop", p.location, p.location), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// String to print NvidiaFEParser
|
// String to print NvidiaFEParser
|
||||||
|
|
Reference in a new issue