Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'SetBaseURL' to correctly set GitLab URL (#231)
This change updates server/server.go to set the GitLab URL using the `Client.SetBaseURL` to set the base URL off of the configured param. Previously even if a user set the `--gitlab-hostname` the default URL for GitLab would not overriden to match this. Work done by @jrasell Closes #227
- Loading branch information