Skip to content

Remove invalid byte sequences from ssh key's comment

Michał requested to merge carno/gitlab-shell:non-us-ascii-in-ssh-key into master

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