Skip to content

Commit

Permalink
Merge pull request #7 from scribd/mwayne/enterprise-api
Browse files Browse the repository at this point in the history
Comment out failing condition
  • Loading branch information
m-wayne authored Oct 9, 2024
2 parents ca8a4a0 + 2ecaf66 commit 399fa76
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 399fa76

Please sign in to comment.