repo_exists?

in lib/build.rb [183:186]


    def repo_exists?
      File.exists?(File.join(project_dir, '.git'))
    end