Fix toml definition in cli config struct

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2023-03-13 14:29:12 +02:00
parent 731c99b52c
commit 2e3a12438a

View File

@ -22,7 +22,7 @@ import (
// ContainerCLIConfig stores the options for the nvidia-container-cli
type ContainerCLIConfig struct {
Root string
Root string `toml:"root"`
}
// getContainerCLIConfigFrom reads the nvidia container runtime config from the specified toml Tree.