diff options
author | Andrew Tomaka <atomaka@gmail.com> | 2015-03-20 13:43:52 -0400 |
---|---|---|
committer | Andrew Tomaka <atomaka@gmail.com> | 2015-03-20 13:43:52 -0400 |
commit | 6c8b1192636ffff94556014c059c9b7f9bed4b18 (patch) | |
tree | 2d5be005b28724c25742edc66b204cb65b36ee98 /lib/tasks | |
parent | 478f92d2c254f987db926297402080ec60eaf2d1 (diff) | |
download | gitlab-ce-6c8b1192636ffff94556014c059c9b7f9bed4b18.tar.gz |
Fix newline spacing after authorized_keys rebuild
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gitlab/shell.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/shell.rake b/lib/tasks/gitlab/shell.rake index 9af93300e08..e835d6cb9b7 100644 --- a/lib/tasks/gitlab/shell.rake +++ b/lib/tasks/gitlab/shell.rake @@ -112,6 +112,7 @@ namespace :gitlab do print '.' end end + puts "" unless $?.success? puts "Failed to add keys...".red |