summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-01 14:59:51 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-03-03 16:13:55 -0500
commit1d4418bc5feb0f3ac2ac2f1a468e4c5b92f7b518 (patch)
tree0850c3cc67b713b8185d7a96c697c99085cf4ff6 /app/controllers
parent1efe1054150177ac5eb31ff85e2c18c5856d480a (diff)
downloadgitlab-ce-1d4418bc5feb0f3ac2ac2f1a468e4c5b92f7b518.tar.gz
Fixed failing ssh key tests
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/profiles/keys_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profiles/keys_controller.rb b/app/controllers/profiles/keys_controller.rb
index 6815cb69b68..25430e6be2f 100644
--- a/app/controllers/profiles/keys_controller.rb
+++ b/app/controllers/profiles/keys_controller.rb
@@ -20,7 +20,7 @@ class Profiles::KeysController < Profiles::ApplicationController
if @key.save
redirect_to profile_key_path(@key)
else
- redirect_to profile_keys_path, flash: {key: @key}
+ redirect_to profile_keys_path, flash: { key: @key }
end
end