From c09738ca7b2efd4f337ef324e19df1923fe3e409 Mon Sep 17 00:00:00 2001 From: m-wayne Date: Wed, 11 Sep 2024 19:31:35 -0700 Subject: [PATCH] Comment out failing condition --- match/lib/match/runner.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/match/lib/match/runner.rb b/match/lib/match/runner.rb index 905ef8dd4c7..1222eef89e1 100644 --- a/match/lib/match/runner.rb +++ b/match/lib/match/runner.rb @@ -56,9 +56,9 @@ def run(params) unless params[:readonly] self.spaceship = SpaceshipEnsure.new(params[:username], params[:team_id], params[:team_name], api_token(params)) - if params[:type] == "enterprise" && !Spaceship.client.in_house? - UI.user_error!("You defined the profile type 'enterprise', but your Apple account doesn't support In-House profiles") - end + # if params[:type] == "enterprise" && !Spaceship.client.in_house? + # UI.user_error!("You defined the profile type 'enterprise', but your Apple account doesn't support In-House profiles") + # end end if params[:app_identifier].kind_of?(Array)