fix minor typo
Signed-off-by: xlgao-zju <xlgao@zju.edu.cn>
This commit is contained in:
parent
0267ad05b0
commit
ff29daafc0
|
@ -45,7 +45,7 @@ func (c ErrorCode) String() string {
|
|||
case ContainerNotRunning:
|
||||
return "Container is not running"
|
||||
case ConsoleExists:
|
||||
return "Console exist for process"
|
||||
return "Console exists for process"
|
||||
default:
|
||||
return "Unknown error"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue