Skip to content

Rename {ref,remote}_name in Gitlab::Git::RemoteMirror

Jacob Vosmaer requested to merge jv-rename-remote-mirror-variable into master

This is a small fix broken out of !1745 (merged). While working on that MR I got confused by a poorly chosen variable name in the gitaly-ruby Gitlab::Git::RemoteMirror class. This MR renames that variable to what it should have been to begin with.

Merge request reports