Fix Projects::TransferService#write_repository_config method
This commit is contained in:
parent
58c2f3b579
commit
6c95c771fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue