Skip to content
Snippets Groups Projects
Commit 976fee74 authored by Ray Paik's avatar Ray Paik
Browse files

Update cleanup.rake to fix a typo in the error message

parent 90f4b656
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,7 +60,7 @@ namespace :gitlab do
.new(server.storage)
.rename(path, new_path)
rescue StandardError => e
puts "Error occured while moving the repository: #{e.message}".color(:red)
puts "Error occurred while moving the repository: #{e.message}".color(:red)
end
end
end
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