Skip to content

Commit

Permalink
[Git] Fix for exception in failing integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 10, 2012
1 parent 28ddde2 commit be222a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/downloader/git.rb
Expand Up @@ -78,7 +78,7 @@ def update_cache
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


Expand Down

0 comments on commit be222a0

Please sign in to comment.