Commit fa90b10f authored by Nick Thomas's avatar Nick Thomas

Merge branch 'fix-error-msg-typo' into 'master'

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

See merge request gitlab-org/gitlab-ce!25901
parents 106888fb 976fee74
......@@ -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