Adding more debug info

This commit is contained in:
Andy Pixley 2025-08-21 17:36:54 -04:00
parent 44ad1d34b0
commit e37aa54a95
No known key found for this signature in database
GPG Key ID: 4025C92FEDF5ED81

View File

@ -20,7 +20,7 @@ module Supply
def custom_promote_track
UI.message("Using custom promotion logic")
track_from = client.tracks(Supply.config[:track]).first
track_from = client.tracks(Supply.config[:track], max_results: 500).first
unless track_from
UI.user_error!("Cannot promote from track '#{Supply.config[:track]}' - track doesn't exist")
end