diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-04 15:07:56 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-04 15:07:56 +0200 |
| commit | 27d9ac0fe8a33f0e94178c1f46826bc114e16467 (patch) | |
| tree | acfb46c9189213045c893dfe7ad35be211e483e0 /lib/gitolited.rb | |
| parent | 6b9a60904451fb192e445774768ccb53f7f8d2f8 (diff) | |
| download | gitlab-ce-27d9ac0fe8a33f0e94178c1f46826bc114e16467.tar.gz | |
Make gitlab works with gitlab-shell
Diffstat (limited to 'lib/gitolited.rb')
| -rw-r--r-- | lib/gitolited.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitolited.rb b/lib/gitolited.rb index 68b9b625525..4911a473f05 100644 --- a/lib/gitolited.rb +++ b/lib/gitolited.rb @@ -6,6 +6,6 @@ # module Gitolited def gitolite - Gitlab::Gitolite.new + Gitlab::Shell.new end end |
