summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tomaka <atomaka@gmail.com>2015-03-20 13:43:52 -0400
committerAndrew Tomaka <atomaka@gmail.com>2015-03-20 13:43:52 -0400
commit6c8b1192636ffff94556014c059c9b7f9bed4b18 (patch)
tree2d5be005b28724c25742edc66b204cb65b36ee98
parent478f92d2c254f987db926297402080ec60eaf2d1 (diff)
downloadgitlab-ce-6c8b1192636ffff94556014c059c9b7f9bed4b18.tar.gz
Fix newline spacing after authorized_keys rebuild
-rw-r--r--lib/tasks/gitlab/shell.rake1
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