Commit 44a24f10 authored by Nick Thomas's avatar Nick Thomas

Fix ee/app/services/projects/update_mirror_service.rb to account for changes in fetch_remote

parent 0f7ab526
......@@ -19,7 +19,7 @@ module Projects
update_branches
success
rescue Gitlab::Shell::Error, UpdateError => e
rescue Gitlab::Shell::Error, Gitlab::Git::BaseError, UpdateError => e
error(e.message)
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