Skip to content

Commit

Permalink
REMOVE 20
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Nov 2, 2022
1 parent 195ac3d commit 2b04c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/helper/xcodes_helper.rb
Expand Up @@ -12,7 +12,7 @@ def self.read_xcode_version_file
end

def self.find_xcodes_binary_path
`which xcodes`.strip
Actions.sh("which xcodes", log: false).strip
end

module Verify
Expand Down

0 comments on commit 2b04c63

Please sign in to comment.