voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
141 stars 45 forks source link

Fix compatibility with newer versions of `cri` #256

Closed alexjfisher closed 4 years ago

alexjfisher commented 4 years ago

Ensure opts[:format] is always an Array. (In older versions of cri eg 2.15.6 it already is).

fixes #255