From ffe4c6bcefb30740e01ff708b71d2c63f99e3199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 23 Jan 2019 18:39:50 +0000 Subject: [PATCH] CaskSha256MismatchError: link to fix --- Library/Homebrew/cask/exceptions.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/exceptions.rb b/Library/Homebrew/cask/exceptions.rb index 939e9e1292..b3e8519743 100644 --- a/Library/Homebrew/cask/exceptions.rb +++ b/Library/Homebrew/cask/exceptions.rb @@ -136,7 +136,9 @@ module Cask Actual: #{Formatter.error(actual.to_s)} File: #{path} - To retry an incomplete download, remove the file above. + To retry an incomplete download, remove the file above. If the issue persists, visit: + + https://github.com/Homebrew/homebrew-cask/blob/master/doc/reporting_bugs/checksum_does_not_match_error.md EOS end end