fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.217.0 vs fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.218.0

- old
+ new

@@ -8,10 +8,10 @@ def self.run(params) require 'produce' return if Helper.test? - Produce.config = params # we alread have the finished config + Produce.config = params # we already have the finished config Dir.chdir(FastlaneCore::FastlaneFolder.path || Dir.pwd) do # This should be executed in the fastlane folder apple_id = Produce::Manager.start_producing.to_s