module ChefCLI::Helpers

def omnibus_bin_dir

def omnibus_bin_dir
  @omnibus_bin_dir ||= omnibus_expand_path(omnibus_root, "bin")
end