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

Commit aa69c52

Browse files
committed
Merge pull request #117 from MarbolanGos/master
Deleted port 3000 in example
2 parents 96cae5e + a062fc6 commit aa69c52

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)