- remove mac/cmd/update-report
- repair if condition - repair require filename
This commit is contained in:
parent
653930bed8
commit
6945cd7da4
@ -9,7 +9,7 @@ require "description_cache_store"
|
||||
require "cli/parser"
|
||||
require "settings"
|
||||
require "linuxbrew-core-migration"
|
||||
require "extend/os/update-report"
|
||||
require "extend/os/cmd/update-report"
|
||||
|
||||
module Homebrew
|
||||
extend T::Sig
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
# typed: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
extend T::Sig
|
||||
|
||||
module_function
|
||||
|
||||
def migrate_gcc_dependents_if_needed
|
||||
# do nothing
|
||||
end
|
||||
end
|
||||
@ -1,8 +1,6 @@
|
||||
# typed: strict
|
||||
# frozen_string_literal: true
|
||||
|
||||
if OS.mac?
|
||||
require "extend/os/mac/cmd/update-report"
|
||||
elsif OS.linux?
|
||||
if OS.linux?
|
||||
require "extend/os/linux/cmd/update-report"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user