summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-03-25 08:31:53 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2015-03-25 08:31:53 +0100
commitd2c76f9bd022c2251a4ef38390a229c4594c3c25 (patch)
treeef16fbd7d33bb0ef02eaaf2227a826923a410650 /lib
parent8f3f6e9efbbacf5e52f98324944f644630da2f18 (diff)
parent6c8b1192636ffff94556014c059c9b7f9bed4b18 (diff)
downloadgitlab-ce-d2c76f9bd022c2251a4ef38390a229c4594c3c25.tar.gz
Merge pull request #8988 from atomaka/atomaka/bugfix/gitlab-shell-task
Fix GitLab shell setup spacing
Diffstat (limited to 'lib')
-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