diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-02-13 23:35:45 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-02-13 23:35:45 +0800 |
commit | 59d49f70c3b36e633b78e82fe3bd85b53f06900b (patch) | |
tree | 445c8ca00a24102f9b0bc77729db77287cfd748c /qa/qa.rb | |
parent | 565fdd63cf49c266c7a6a2a0d2a843339a9d30e6 (diff) | |
download | gitlab-ce-59d49f70c3b36e633b78e82fe3bd85b53f06900b.tar.gz |
Rename Git::Repository::Location to Git::Location
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ module QA # module Git autoload :Repository, 'qa/git/repository' + autoload :Location, 'qa/git/location' end ## |