diff options
author | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-02-11 19:15:13 +0100 |
---|---|---|
committer | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-02-11 19:24:23 +0100 |
commit | f10153818b51da7ee4e691cea308dd8964d908c9 (patch) | |
tree | 102a2b88fe9f029a2c4ef3cb6b3e1a1c5ab8a338 /lib/api/files.rb | |
parent | 39aeac71b34648d8c691ff36f577bdacbd3e362f (diff) | |
download | gitlab-ce-f10153818b51da7ee4e691cea308dd8964d908c9.tar.gz |
Split the user ssh keys by newline, not the characters "\n"
before:
GET /user.keys
ssh-rsa ...\nssh-rsa ...\nssh-rsa ...
after:
GET /user.keys
ssh-rsa ...
ssh-rsa ...
sha-rsa ...
Diffstat (limited to 'lib/api/files.rb')
0 files changed, 0 insertions, 0 deletions