fastlane/lib/fastlane/lane_manager.rb in fastlane-2.134.0 vs fastlane/lib/fastlane/lane_manager.rb in fastlane-2.135.0
- old
+ new
@@ -111,10 +111,10 @@
title: "Available lanes to run",
headings: ['Number', 'Lane Name', 'Description'],
rows: FastlaneCore::PrintTable.transform_output(rows)
)
- UI.message("Welcome to fastlane! Here's what your app is setup to do:")
+ UI.message("Welcome to fastlane! Here's what your app is set up to do:")
puts(table)
i = UI.input("Which number would you like run?")