Skip to content

Commit

Permalink
Comment out failing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wayne committed Nov 1, 2024
1 parent 262c286 commit c09738c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions match/lib/match/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c09738c

Please sign in to comment.