Commit be222a0a authored by Fabio Pelosin's avatar Fabio Pelosin

[Git] Fix for exception in failing integration test.

parent 28ddde24
...@@ -78,7 +78,7 @@ module Pod ...@@ -78,7 +78,7 @@ module Pod
Dir.chdir(cache_path) do Dir.chdir(cache_path) do
git! "reset --hard HEAD" git! "reset --hard HEAD"
git! "clean -d -x -f" git! "clean -d -x -f"
git! "pull" git! "pull origin master"
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