diff options
| author | Markus Reiter | 2017-05-22 03:23:50 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2017-05-25 06:18:52 +0200 | 
| commit | 060af0a26ab7219e46b500fd1c7f420b6cc74cbb (patch) | |
| tree | 649593bf35ab82c344d7f7ca9456f26d118f6f45 /Library/Homebrew/formula.rb | |
| parent | e931fee732d9d8d34eb9d689782bafb3822302f7 (diff) | |
| download | brew-060af0a26ab7219e46b500fd1c7f420b6cc74cbb.tar.bz2 | |
Rename `FormulaLock` to `LockFile`.
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 0b3e87bb1..d42332c64 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" | 
