Merge pull request #8243 from claui/fix-reinstall-restore-backup
Fix “wrong number of arguments” error
This commit is contained in:
commit
21ef9d942c
@ -74,7 +74,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def restore_backup(keg, keg_was_linked)
|
def restore_backup(keg, keg_was_linked, verbose:)
|
||||||
path = backup_path(keg)
|
path = backup_path(keg)
|
||||||
|
|
||||||
return unless path.directory?
|
return unless path.directory?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user