mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-01 23:33:53 +00:00
[no-relnote] Fix error string
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
5c3ffc2fba
commit
75a934e11c
@ -37,7 +37,7 @@ var _ Interface = (*nvmllib)(nil)
|
||||
|
||||
// GetSpec should not be called for nvmllib
|
||||
func (l *nvmllib) GetSpec() (spec.Interface, error) {
|
||||
return nil, fmt.Errorf("Unexpected call to nvmllib.GetSpec()")
|
||||
return nil, fmt.Errorf("unexpected call to nvmllib.GetSpec()")
|
||||
}
|
||||
|
||||
// GetAllDeviceSpecs returns the device specs for all available devices.
|
||||
|
Loading…
Reference in New Issue
Block a user