Skip to content

Commit dc947ff

Browse files
authored
Fix undeclared variable skip_user_confirmation (#25006)
The variable was removed in #24929.
1 parent 1d5260c commit dc947ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lanes/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
release_notes_file_path: release_notes_source_path
8585
)
8686

87-
unless skip_user_confirmation || UI.confirm('Ready to push changes to remote to let the automation configure it on GitHub?')
87+
unless skip_confirm || UI.confirm('Ready to push changes to remote to let the automation configure it on GitHub?')
8888
UI.message("Terminating as requested. Don't forget to run the remainder of this automation manually.")
8989
next
9090
end

0 commit comments

Comments
 (0)