module ChefCLI::Helpers

def omnibus_expand_path(*paths)

def omnibus_expand_path(*paths)
  dir = File.expand_path(File.join(paths))
  raise OmnibusInstallNotFound.new unless dir && File.directory?(dir)
  dir
end