From a062fc6ed56d5374a051c828888b6f4c5eef01b9 Mon Sep 17 00:00:00 2001 From: MarbolanGos Date: Wed, 19 Nov 2014 14:45:07 +0100 Subject: [PATCH] Deleted port 3000 in example Port was deleted since 3000 seems to be no more the default port (maybe old documentation?). --- lib/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.rb b/lib/setup.rb index 910d19c..9a9bc17 100644 --- a/lib/setup.rb +++ b/lib/setup.rb @@ -14,7 +14,7 @@ def initialize def build_config url = ENV['CI_SERVER_URL'] unless url - puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ )' + puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org/ )' url = gets.chomp end