Skip to content

Commit 30550bb

Browse files
Add Mobile Secrets to current message branch
1 parent f552dab commit 30550bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_update_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def self.run(params = {})
4646

4747
def self.prompt_to_switch_branches
4848
branch_name_to_display = current_branch.nil? ? current_hash : current_branch
49-
if UI.confirm("The current branch is `#{branch_name_to_display}`. Would you like to switch branches?")
49+
if UI.confirm("The current Mobile Secrets branch is `#{branch_name_to_display}`. Would you like to switch branches?")
5050
new_branch = UI.select("Select the branch you'd like to switch to: ", get_branches)
5151
checkout_branch(new_branch)
5252
update_configure_file

0 commit comments

Comments
 (0)