Skip to content
Snippets Groups Projects
Commit 6c95c771 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre
Browse files

Fix Projects::TransferService#write_repository_config method

parent 58c2f3b5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment