diff options
author | Richard Clamp <richardc@unixbeard.net> | 2017-10-13 15:03:13 +0100 |
---|---|---|
committer | Richard Clamp <richardc@unixbeard.net> | 2017-10-13 15:03:13 +0100 |
commit | d6044a10f1d173e04fd2f4d69f6ebc1df34630be (patch) | |
tree | da8291f1ca157023b17550b6e266cf57304dd8d2 /qa | |
parent | 60e8347c7f9cbd689f014fa5d633ffa3276d9650 (diff) | |
download | gitlab-ce-d6044a10f1d173e04fd2f4d69f6ebc1df34630be.tar.gz |
Fixup company name
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/scenario/entrypoint.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/scenario/entrypoint.rb b/qa/qa/scenario/entrypoint.rb index b47fae2604c..d536ee71b60 100644 --- a/qa/qa/scenario/entrypoint.rb +++ b/qa/qa/scenario/entrypoint.rb @@ -1,7 +1,7 @@ module QA module Scenario ## - # Run test suite against any Gitlab instance, + # Run test suite against any GitLab instance, # including staging and on-premises installation. # class Entrypoint < Template |