Correct vet warnings

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták 2016-12-20 17:08:42 -05:00
parent 437c971e8c
commit 102fb10fde
3 changed files with 5 additions and 5 deletions

View file

@ -160,8 +160,8 @@ func (s *Service) StartProcess(ctx context.Context, r *api.StartProcessRequest)
spec := specs.Process{
Terminal: r.Process.Terminal,
ConsoleSize: specs.Box{
80,
80,
Height: 80,
Width: 80,
},
Args: r.Process.Args,
Env: r.Process.Env,