From 6c8b1192636ffff94556014c059c9b7f9bed4b18 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 20 Mar 2015 13:43:52 -0400 Subject: [PATCH] Fix newline spacing after authorized_keys rebuild --- lib/tasks/gitlab/shell.rake | 1 + 1 file changed, 1 insertion(+) 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