module ChefCLI::Helpers
def git_bin_dir
This is only a temporary solution - see https://github.com/chef/chef-cli/issues/854
somewhere else that we can append to the end of the path.
Because we put `embedded/bin` on the path we must move the git binaries
Unix users do not want git on their path if they already have it installed.
def git_bin_dir @git_bin_dir ||= File.expand_path(File.join(omnibus_root, "gitbin")) end