Skip to content

Commit

Permalink
PR review fixes (Remove unused file, autogenerated by uni-tests + imp…
Browse files Browse the repository at this point in the history
…roved verbose logs)
  • Loading branch information
crazymanish committed Sep 10, 2022
1 parent 747178f commit 13afc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion fake testers_file_path

This file was deleted.

4 changes: 2 additions & 2 deletions fastlane_core/lib/fastlane_core/itunes_transporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,10 @@ def initialize(user = nil, password = nil, use_shell_script = false, provider_sh
@api_key = api_key

if should_use_altool?(upload, use_shell_script)
UI.verbose("Use altool as transporter.")
UI.verbose("Using altool as transporter.")
@transporter_executor = AltoolTransporterExecutor.new
else
UI.verbose("Use iTMSTransporter as transporter")
UI.verbose("Using iTMSTransporter as transporter.")
@transporter_executor = use_shell_script ? ShellScriptTransporterExecutor.new : JavaTransporterExecutor.new
end

Expand Down

0 comments on commit 13afc8c

Please sign in to comment.