rkt: Pass through os argument

This was lost in a rebase in #24496 and, while not required to build, is
required to function correctly.
This commit is contained in:
Euan Kemp 2016-04-25 12:56:25 -07:00
parent daf6be1a66
commit 941caa1372

View File

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