module ChefCLI::Helpers
def git_windows_bin_dir
In our Windows ChefCLI omnibus package we include Git For Windows, which
def git_windows_bin_dir @git_windows_bin_dir ||= File.expand_path(File.join(omnibus_root, "embedded", "git", "usr", "bin")) end