dev-cmd/prof: require fileutils
Fixes error when running `brew prof`: uninitialized constant Homebrew::DevCmd::Prof::FileUtils
This commit is contained in:
parent
c1d29f65a5
commit
3dd87e6d17
@ -2,6 +2,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "abstract_command"
|
require "abstract_command"
|
||||||
|
require "fileutils"
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
module DevCmd
|
module DevCmd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user