Skip to content

Remove invalid byte sequences from ssh key's comment

It's an ugly solution, but as a person not familiar with ruby, it was the easiest for me.

Better solution would be of course to handle the encoding in the right way.

Closes: gitlab-org/gitlab-ce#3822

Merge request reports