aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-29 19:27:58 +0200
committerGitHub2017-05-29 19:27:58 +0200
commit3165fd2519c41a2be7e12442a5098d3b699fda04 (patch)
tree8fe6d59eaee43cdf7c35b17810477eaca0e018ad /Library/Homebrew/formula.rb
parent0a02d1a0298b99414e72b00f8405dd7c18982ce7 (diff)
parentfd97e88b990b4804e9cfec90e3e5fe60fa54437a (diff)
downloadbrew-3165fd2519c41a2be7e12442a5098d3b699fda04.tar.bz2
Merge pull request #2663 from reitermarkus/lockfile
Convert `FormulaLock` to more generic `LockFile`.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 700645a6c..52702eaca 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -1,5 +1,5 @@
require "formula_support"
-require "formula_lock"
+require "lock_file"
require "formula_pin"
require "hardware"
require "utils/bottles"