From 9d44d278e4022f10d0228b5660a613ce3ecf9f61 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 11 Sep 2023 14:57:22 +0100 Subject: [PATCH] os/mac/keg: fix `change_rpath` type signature. Fixes #15990 --- Library/Homebrew/os/mac/keg.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/os/mac/keg.rb b/Library/Homebrew/os/mac/keg.rb index 78dec6fbd3229..9e692e64b118a 100644 --- a/Library/Homebrew/os/mac/keg.rb +++ b/Library/Homebrew/os/mac/keg.rb @@ -36,7 +36,6 @@ def change_install_name(old, new, file) raise end - sig { params(old: Pathname, new: Pathname, file: MachOShim).returns(T::Boolean) } def change_rpath(old, new, file) return false if old == new