[go: nahoru, domu]

Skip to content

Commit

Permalink
fixed typo (#19514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vannevelj committed Oct 29, 2021
1 parent 37a14de commit a96b172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/lib/scan/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def copy_xctestrun
FileUtils.cp(xctestrun_file, output_path)
UI.message("Successfully copied xctestrun file: #{output_path}")
else
UI.user_error!("Could not find .xctextrun file to copy")
UI.user_error!("Could not find .xctestrun file to copy")
end
end

Expand Down

0 comments on commit a96b172

Please sign in to comment.