Commit 573cc3f4 authored by l4u's avatar l4u

Change git clone to double quote instead of single quote

parent d4f319bc
...@@ -134,7 +134,7 @@ module Pod ...@@ -134,7 +134,7 @@ module Pod
end end
def clone(from, to) def clone(from, to)
git "clone '#{from}' '#{to}'" git "clone \"#{from}\" \"#{to}\""
end 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