From 4ff0ecd44352d9297e510506d58b85dea8e5fc80 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 21 Jan 2019 12:39:54 +0000 Subject: [PATCH] =?UTF-8?q?gist-logs:=20don=E2=80=99t=20upload=20on=20unsu?= =?UTF-8?q?pported=20configurations.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Homebrew/cmd/gist-logs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index 975acbd65d..a3f259d44c 100644 --- a/Library/Homebrew/cmd/gist-logs.rb +++ b/Library/Homebrew/cmd/gist-logs.rb @@ -134,6 +134,7 @@ module Homebrew def gist_logs raise FormulaUnspecifiedError if ARGV.resolved_formulae.length != 1 + Install.perform_preinstall_checks(all_fatal: true) gistify_logs(ARGV.resolved_formulae.first) end end