Skip to content

Commit

Permalink
Fix PROFILE to COCOAPODS_PROFILE for profile_filename
Browse files Browse the repository at this point in the history
  • Loading branch information
colus001 committed Oct 30, 2018
1 parent af13ee1 commit 3e7e5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pod
Expand Up @@ -35,7 +35,7 @@ STDOUT.sync = true if ENV['CP_STDOUT_SYNC'] == 'TRUE'

require 'cocoapods'

if profile_filename = ENV['PROFILE']
if profile_filename = ENV['COCOAPODS_PROFILE']
require 'ruby-prof'
reporter =
case (profile_extname = File.extname(profile_filename))
Expand Down

0 comments on commit 3e7e5e8

Please sign in to comment.