Commit 99573898 authored by Eloy Duran's avatar Eloy Duran

Make specs green when there's a space in the path to the cocoapods repo.

parent 5f1bb7de
...@@ -44,7 +44,7 @@ module Pod ...@@ -44,7 +44,7 @@ module Pod
def add def add
puts "==> Cloning spec repo `#{@name}' from `#{@url}'" unless config.silent? puts "==> Cloning spec repo `#{@name}' from `#{@url}'" unless config.silent?
config.repos_dir.mkpath config.repos_dir.mkpath
Dir.chdir(config.repos_dir) { git("clone #{@url} #{@name}") } Dir.chdir(config.repos_dir) { git("clone '#{@url}' #{@name}") }
end end
def update def update
......
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