From 46b7e07b6cce21e0f11b26cd551ae26a4b60169b Mon Sep 17 00:00:00 2001 From: gitclonebrian <235774926+gitclonebrian@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:27:34 -0500 Subject: [PATCH] verbosity --- fastlane/patches/supply_custom_promote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/patches/supply_custom_promote.rb b/fastlane/patches/supply_custom_promote.rb index 1ae2776afa..6718725d5f 100644 --- a/fastlane/patches/supply_custom_promote.rb +++ b/fastlane/patches/supply_custom_promote.rb @@ -27,7 +27,7 @@ module Supply releases = track_from.releases UI.message("Total releases in track: #{releases.length}") - if releases.length == 1: + if releases.length == 1 UI.message("One release found: name[#{release.name}] status[#{release.status}] code[#{release.version_codes}]") end