Commit 36f53e0e authored by Stan Hu's avatar Stan Hu

Resolve conflicts in lib/gitlab/git/gitlab_projects.rb

parent 56a177cd
......@@ -67,11 +67,7 @@ module Gitlab
tags_option = tags ? '--tags' : '--no-tags'
logger.info "Fetching remote #{name} for repository #{repository_absolute_path}."
<<<<<<< HEAD
cmd = %W(#{git_fetch_binary} fetch #{name} --quiet)
=======
cmd = %W(#{Gitlab.config.git.bin_path} fetch #{name} --quiet)
>>>>>>> upstream/master
cmd << '--prune' if prune
cmd << '--force' if force
cmd << tags_option
......
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