Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Update gitlab instructions with proper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydurham committed Jan 9, 2015
1 parent 345d234 commit 3a998b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/service/version.rb
@@ -1,3 +1,3 @@
module Service
VERSION = '3.11.0'
VERSION = '3.11.1'
end
2 changes: 1 addition & 1 deletion lib/services/gitlab.rb
Expand Up @@ -3,7 +3,7 @@
class Service::GitLab < Service::Base
title 'GitLab'

string :url, :placeholder => 'https://www.gitlabhq.com', :label => 'Your GitLab URL:'
string :url, :placeholder => 'https://gitlab.com', :label => 'Your GitLab URL:'
string :project, :placeholder => 'Namespace/Project Name', :label => 'Your GitLab Namespace/Project:'
string :private_token, :placeholder => 'GitLab Private Token', :label => 'Your GitLab Private Token:'

Expand Down

0 comments on commit 3a998b1

Please sign in to comment.