Include project.full_path when moving repo
This is especially helpful when hashed storage is enabled
This commit is contained in:
parent
93498185a7
commit
f7eca91677
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ module Projects
|
|||
new_path = removal_path(path)
|
||||
|
||||
if mv_repository(path, new_path)
|
||||
log_info("Repository \"#{path}\" moved to \"#{new_path}\"")
|
||||
log_info(%Q{Repository "#{path}" moved to "#{new_path}" for project "#{project.full_path}"})
|
||||
|
||||
project.run_after_commit do
|
||||
# self is now project
|
||||
|
|
Loading…
Reference in a new issue