Commit 1399594e authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Spec::Lint] Fix the podspecs_tmp_dir

parent 53b809ff
......@@ -97,7 +97,7 @@ module Pod
end
def podspecs_tmp_dir
Pathname.new(Dir.tmpdir) + '/CocoaPods/Lint_podspec'
Pathname.new(Dir.tmpdir) + 'CocoaPods/Lint_podspec'
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment