lib/match/nuke.rb in match-0.9.0 vs lib/match/nuke.rb in match-0.10.0

- old
+ new

@@ -45,10 +45,10 @@ end # Collect all the certs/profiles def prepare_list UI.message "Fetching certificates and profiles..." - cert_type = type.to_sym + cert_type = Match.cert_type_sym(type) prov_types = [:development] prov_types = [:appstore, :adhoc] if cert_type == :distribution Spaceship.login(params[:username])