Skip to content
Snippets Groups Projects
Unverified Commit 49882571 authored by Baffour Adu Boampong's avatar Baffour Adu Boampong Committed by GitHub
Browse files

Update Library/Homebrew/dev-cmd/bump.rb

parent 2cebb910
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@ module Homebrew
title = (up_to_date?(package_details) ? "#{formula} is up to date!" : formula).to_s
ohai title
puts "Current formula version: #{package_details[:current_formula_version]}"
puts "Latest Repology version: #{package_details[:repology_latest_version] || "Not found"}"
puts "Latest livecheck version: #{package_details[:livecheck_latest_version] || "Not found"}"
puts "Open pull requests: #{package_details[:open_pull_requests] || "None"}"
puts "Latest Repology version: #{package_details[:repology_latest_version] || "not found"}"
puts "Latest livecheck version: #{package_details[:livecheck_latest_version] || "not found"}"
puts "Open pull requests: #{package_details[:open_pull_requests] || "none"}"
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment