diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-12-28 20:50:22 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-12-28 20:50:22 +0800 |
commit | 2078cb4e84bcc65774fc523d82a3f682248aae6f (patch) | |
tree | 7a3d853ccb8a4a6e5a41e5aa492f0352e224b2fe /qa/qa.rb | |
parent | 7377b97c5faf375d659c8e338982760d0d6bbb25 (diff) | |
download | gitlab-ce-2078cb4e84bcc65774fc523d82a3f682248aae6f.tar.gz |
Rename DeployKey to DeployKeys
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ module QA module Settings autoload :Repository, 'qa/page/project/settings/repository' - autoload :DeployKey, 'qa/page/project/settings/deploy_key' + autoload :DeployKeys, 'qa/page/project/settings/deploy_keys' end end |