Skip to content

Commit f5e6189

Browse files
getaaronJosh Holtz
authored andcommitted
Fix typo in deprecation message (fastlane#14842)
1 parent 07d8c3a commit f5e6189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane_core/lib/fastlane_core/build_watcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class << self
1010
def wait_for_build_processing_to_be_complete(app_id: nil, platform: nil, train_version: nil, app_version: nil, build_version: nil, poll_interval: 10, strict_build_watch: false, return_spaceship_testflight_build: true)
1111
# Warn about train_version being removed in the future
1212
if train_version
13-
UI.deprecated(":train_version is no longer a used argument on FastlaneCore::BuildWatcher. Please use :app_verion instead.")
13+
UI.deprecated(":train_version is no longer a used argument on FastlaneCore::BuildWatcher. Please use :app_version instead.")
1414
end
1515
app_version = train_version
1616

0 commit comments

Comments
 (0)