rkt: Pass through os argument

This was lost in a rebase in #24496 and, while not required to build, is
required to function correctly.
pull/6/head
Euan Kemp 2016-04-25 12:56:25 -07:00
parent daf6be1a66
commit 941caa1372
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ func New(
livenessManager: livenessManager,
volumeGetter: volumeGetter,
execer: execer,
os: os,
touchPath: touchPath,
}