Commit 812462a6 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Config] Use Pathname.new for consistency

parent caccc1a5
......@@ -20,7 +20,7 @@ module Pod
:integrate_targets => true,
:new_version_message => true,
:cache_root => Pathname(Dir.home) + 'Library/Caches/CocoaPods',
:cache_root => Pathname.new(Dir.home) + 'Library/Caches/CocoaPods',
}
public
......
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