Commit 3f68c358 authored by Ben Asher's avatar Ben Asher

fixed bad copy/paste

parent 8ebe9fe9
...@@ -118,7 +118,7 @@ module Pod ...@@ -118,7 +118,7 @@ module Pod
def update_git_repo(show_output = false) def update_git_repo(show_output = false)
if repo.join('.git', 'shallow').file? if repo.join('.git', 'shallow').file?
UI.info "Performing a deep fetch of the `#{name}` specs repo to improve future performance" do UI.info "Performing a deep fetch of the `#{name}` specs repo to improve future performance" do
git!(['-C', repo, 'pull', 'fetch', '--unshallow']) git!(['-C', repo, 'fetch', '--unshallow'])
end end
end end
super super
......
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