Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
freddi-kit committed Sep 10, 2022
1 parent 4f677a6 commit 9988e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_core/lib/fastlane_core/itunes_transporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def file_upload_option(source)
end

def platform_option(platform)
"-t #{platform == 'osx' ? 'macox' : platform}"
"-t #{platform == 'osx' ? 'macos' : platform}"
end

def parse_line(line, hide_output)
Expand Down

0 comments on commit 9988e33

Please sign in to comment.