Skip to content

Commit 0ca87f7

Browse files
committed
Fix tests
1 parent c07fe03 commit 0ca87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cocoapods-dependency/analyze.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def self.podfile_dependencies(podfile)
4141

4242
def self.analyze_with_podfile(_podfile_dir_path, podfile, lockfile = nil)
4343
if _podfile_dir_path
44-
sandbox = _podfile_dir_path + '/Pods'
44+
sandbox = Dir.mktmpdir
4545
else
4646
sandbox = Dir.pwd + '/Pods'
4747
end

0 commit comments

Comments
 (0)