Skip to content
Snippets Groups Projects
Commit f7eca916 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Include project.full_path when moving repo

This is especially helpful when hashed storage is enabled
parent 93498185
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
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