diff options
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 0ab33d2b4..23f920d23 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -404,7 +404,7 @@ class FormulaInstaller ohai "Summary" if verbose? or show_summary_heading? puts summary ensure - unlock if hold_locks? + unlock end def emoji |
