mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Correct typo in info command
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
5371ff039b
commit
9ea214d0b3
@ -35,13 +35,13 @@ func NewCommand(logger *logrus.Logger) *cli.Command {
|
||||
|
||||
// build
|
||||
func (m command) build() *cli.Command {
|
||||
// Create the 'hook' command
|
||||
hook := cli.Command{
|
||||
// Create the 'info' command
|
||||
info := cli.Command{
|
||||
Name: "info",
|
||||
Usage: "Provide information about the system",
|
||||
}
|
||||
|
||||
hook.Subcommands = []*cli.Command{}
|
||||
info.Subcommands = []*cli.Command{}
|
||||
|
||||
return &hook
|
||||
return &info
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user