# File lib/r10k/git/working_dir.rb, line 89
  def cloned?
    File.directory? @git_dir
  end