Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 097c409

Browse files
committed
Unsaved file from last release.
1 parent d8c4055 commit 097c409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/branch/actions/setup_branch_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.run(params)
1111
params.load_configuration_file "Branchfile"
1212
# second arg false: Don't add default values or env. vars. Let Fastlane
1313
# handle that. This is necessary to work with the Branchfile.
14-
config = BranchIOCLI::Configuration::Configuration.wrapper params, false
14+
config = BranchIOCLI::Configuration::SetupConfiguration.wrapper params, false
1515
BranchIOCLI::Command::SetupCommand.new(config).run!
1616
rescue StandardError => e
1717
UI.user_error! "Error in SetupBranchAction: #{e.message}\n#{e.backtrace}"

0 commit comments

Comments
 (0)