Commit 976fee74 authored by Ray Paik's avatar Ray Paik

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

parent 90f4b656
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment