mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #1571 from giuseppe/runtime-fix-runc-msg
runtime: fix message which assumes the runtime is runc
This commit is contained in:
		
						commit
						df978a264d
					
				|  | @ -395,7 +395,7 @@ func makeRuntime(runtime *Runtime) (err error) { | |||
| 	} | ||||
| 	if !foundRuntime { | ||||
| 		return errors.Wrapf(ErrInvalidArg, | ||||
| 			"could not find a working runc binary (configured options: %v)", | ||||
| 			"could not find a working binary (configured options: %v)", | ||||
| 			runtime.config.RuntimePath) | ||||
| 	} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue