Fix Projects::TransferService#write_repository_config method

parent 58c2f3b5
......@@ -101,7 +101,7 @@ module Projects
end
def write_repository_config(full_path)
project.write_repository_config(:gl_fullpath, full_path)
project.write_repository_config(gl_full_path: full_path)
end
def refresh_permissions
......
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