diff --git a/developer/bin/find-appcast b/developer/bin/find-appcast index ba6645a2e0..b42c99774f 100755 --- a/developer/bin/find-appcast +++ b/developer/bin/find-appcast @@ -65,8 +65,15 @@ def find_electron_builder(app) ] unless verify_appcast('electron-builder', *possible_appcasts) - puts ' An "app-update.yml" file was found, but we could not parse it.' - puts ' Please report this on https://github.com/Homebrew/homebrew-cask/' + warn <<~MESSAGE + + An "app-update.yml" file was found, but we could not parse it. + Please report this on https://github.com/Homebrew/homebrew-cask/ + Provide this info: + + MESSAGE + + puts appcast_file.read end end