Commit efc63b3e authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix fetch forced

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