Commit c9e8acd0 authored by James Lopez's avatar James Lopez Committed by Robert Speicher

Update repository_import_worker.rb

parent d9df05e1
......@@ -13,7 +13,7 @@ class RepositoryImportWorker
result = Projects::ImportService.new(project, current_user).execute
if result[:status] == :error
project.mark_import_as_failed(Gitlab::UrlSanitizer.sanitize(result[:message]))
project.mark_import_as_failed(result[:message])
return
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