mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	chore(cmd): Fixing minor spelling error.
Fixed a minor spelling error inside `nvidia-ctk system create-device-nodes`. Signed-off-by: Elliot Courant <me@elliotcourant.dev>
This commit is contained in:
		
							parent
							
								
									fe8ef9e0bd
								
							
						
					
					
						commit
						140b1e33ef
					
				| @ -50,7 +50,7 @@ func (m command) build() *cli.Command { | |||||||
| 
 | 
 | ||||||
| 	c := cli.Command{ | 	c := cli.Command{ | ||||||
| 		Name:  "create-device-nodes", | 		Name:  "create-device-nodes", | ||||||
| 		Usage: "A utility to create NVIDIA device ndoes", | 		Usage: "A utility to create NVIDIA device nodes", | ||||||
| 		Before: func(c *cli.Context) error { | 		Before: func(c *cli.Context) error { | ||||||
| 			return m.validateFlags(c, &opts) | 			return m.validateFlags(c, &opts) | ||||||
| 		}, | 		}, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user