# File lib/r10k/git/cache.rb, line 54
  def path
    logger.warn "#{self.class}#path is deprecated; use #git_dir"
    git_dir
  end