Commit efc63b3e authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix fetch forced

parent 9d74a2d3
......@@ -196,7 +196,7 @@ class Repository
end
def fetch_remote_forced!(remote)
gitlab_shell.fetch_remote(path_with_namespace, remote, true)
gitlab_shell.fetch_remote(path_with_namespace, remote, forced: true)
end
def branch_names
......
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