Skip to content

Commit

Permalink
Switch to positive logic
Browse files Browse the repository at this point in the history
Co-authored-by: Gio Lodi <[email protected]>
  • Loading branch information
spencertransier and mokagio authored Oct 29, 2023
1 parent 352ec89 commit 2f97428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ platform :ios do
ensure_git_status_clean

UI.important("Completing code freeze for: #{release_version_current}")
UI.user_error!('Aborted by user request') if !options[:skip_confirm] && !UI.confirm('Do you want to continue?')
UI.user_error!('Aborted by user request') unless options[:skip_confirm] || UI.confirm('Do you want to continue?')

generate_strings_file_for_glotpress
create_merge_release_branch
Expand Down

0 comments on commit 2f97428

Please sign in to comment.