Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit a062fc6

Browse files
committed
Deleted port 3000 in example
Port was deleted since 3000 seems to be no more the default port (maybe old documentation?).
1 parent ea2e72f commit a062fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize
1414
def build_config
1515
url = ENV['CI_SERVER_URL']
1616
unless url
17-
puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ )'
17+
puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org/ )'
1818
url = gets.chomp
1919
end
2020

0 commit comments

Comments
 (0)