update-report: update blog post link

This commit is contained in:
Rylan Polster 2020-12-28 10:56:07 -05:00
parent a33f4e0fd1
commit 80d8b419de

View File

@ -160,7 +160,7 @@ module Homebrew
if new_repository_version.split(".").last == "0" if new_repository_version.split(".").last == "0"
puts <<~EOS puts <<~EOS
More detailed release notes are available on the Homebrew Blog: More detailed release notes are available on the Homebrew Blog:
#{Formatter.url("https://brew.sh/blog/")} #{Formatter.url("https://brew.sh/blog/#{new_repository_version}")}
EOS EOS
else else
puts <<~EOS puts <<~EOS