diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2015-06-09 18:30:38 +0200 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2015-06-09 18:30:38 +0200 |
commit | a7047569db3e04c29ea5cb24e9be2ac515855b90 (patch) | |
tree | 3c4a776f439e9f2e3e45198fb46cdececdc7e5f4 /lib | |
parent | cd522f33092fcdaa155c76231ca70cd32031725d (diff) | |
download | gitlab-ce-a7047569db3e04c29ea5cb24e9be2ac515855b90.tar.gz |
use gitlab not gitlabci
Diffstat (limited to 'lib')
-rw-r--r-- | lib/backup/manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backup/manager.rb b/lib/backup/manager.rb index b1596cc51b7..6fa2079d1a8 100644 --- a/lib/backup/manager.rb +++ b/lib/backup/manager.rb @@ -47,7 +47,7 @@ module Backup directory = connection.directories.get(remote_directory) if directory.files.create(key: tar_file, body: File.open(tar_file), public: false, - multipart_chunk_size: GitlabCi.config.backup.upload.multipart_chunk_size) + multipart_chunk_size: Gitlab.config.backup.upload.multipart_chunk_size) $progress.puts "done".green else puts "uploading backup to #{remote_directory} failed".red |