Skip to content
Snippets Groups Projects
Unverified Commit 4ff0ecd4 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

gist-logs: don’t upload on unsupported configurations.

parent 3a0e0dca
No related branches found
No related tags found
No related merge requests found
......@@ -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
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