Commit 941caa13 authored by Euan Kemp's avatar Euan Kemp

rkt: Pass through os argument

This was lost in a rebase in #24496 and, while not required to build, is required to function correctly.
parent daf6be1a
...@@ -199,6 +199,7 @@ func New( ...@@ -199,6 +199,7 @@ func New(
livenessManager: livenessManager, livenessManager: livenessManager,
volumeGetter: volumeGetter, volumeGetter: volumeGetter,
execer: execer, execer: execer,
os: os,
touchPath: touchPath, touchPath: touchPath,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment