Fix Projects::TransferService#write_repository_config method

This commit is contained in:
Douglas Barbosa Alexandre 2017-12-21 17:08:00 -02:00
parent 58c2f3b579
commit 6c95c771fb
1 changed files with 1 additions and 1 deletions

View File

@ -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