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

Commit

Permalink
Unsaved file from last release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Nov 20, 2017
1 parent d8c4055 commit 097c409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/branch/actions/setup_branch_action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.run(params)
params.load_configuration_file "Branchfile"
# second arg false: Don't add default values or env. vars. Let Fastlane
# handle that. This is necessary to work with the Branchfile.
config = BranchIOCLI::Configuration::Configuration.wrapper params, false
config = BranchIOCLI::Configuration::SetupConfiguration.wrapper params, false
BranchIOCLI::Command::SetupCommand.new(config).run!
rescue StandardError => e
UI.user_error! "Error in SetupBranchAction: #{e.message}\n#{e.backtrace}"
Expand Down

0 comments on commit 097c409

Please sign in to comment.