# File lib/r10k/git/cache.rb, line 69
  def sync
    if !@synced
      sync!
      @synced = true
    end
  end