class Appsignal::CLI::Diagnose
def print_installation_download_report(report)
def print_installation_download_report(report) report = report.fetch("download", {}) puts " Download details" puts " Download URL: #{report["download_url"]}" puts " Checksum: #{report["checksum"]}" end