From ba4dfb26640b5840bd67a6f470d7355d19214f17 Mon Sep 17 00:00:00 2001 From: Elijah Olmos <35435704+elijaholmos@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:06:34 -0700 Subject: [PATCH] Update Library/Homebrew/utils/github.rb Co-authored-by: Mike McQuaid --- Library/Homebrew/utils/github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index 82eb5c4c68..ddd8ad4981 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -944,7 +944,7 @@ module GitHub end rescue => e # Ignore SAML access errors (https://github.com/Homebrew/brew/issues/18610) - raise unless e.message.include?("SAML") + raise unless e.message.include?("Resource protected by organization SAML enforcement") end false