class ChefCLI::CookbookProfiler::Git

def get_repo_path

def get_repo_path
  unless @repo_path
    @repo_path = system_command("git rev-parse --show-toplevel", { cwd: cookbook_path }).stdout.strip
  end
  @repo_path
end