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