match/lib/match/generator.rb in fastlane-2.25.0.beta.20170403010018 vs match/lib/match/generator.rb in fastlane-2.25.0

- old
+ new

@@ -73,9 +73,9 @@ def self.profile_type_name(type) return "Development" if type == :development return "AdHoc" if type == :adhoc return "AppStore" if type == :appstore return "InHouse" if type == :enterprise - return "Unkown" + return "Unknown" end end end