Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-20 11:23:20 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-20 17:16:14 +0300
commit95aaf66ec3d2852c75451ba32123568b2bbff384 (patch)
treecc83e9143f80cdadf1df90fe23ddd1752905f033 /lib
parent7716c7e84a7978c8f87b14ec0c0183d68fc96366 (diff)
Merge branch 'fix/import-export-prod' into 'master'
Fixed a couple of errors on import/export spotted in production Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/18828 and https://gitlab.com/gitlab-org/gitlab-ce/issues/18829 A couple of tiny bugs spotted after deploying in prod See merge request !4782
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 624c1766024..99cf85d9a3b 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -21,7 +21,7 @@ module Gitlab
end
def config_file
- 'lib/gitlab/import_export/import_export.yml'
+ Rails.root.join('lib/gitlab/import_export/import_export.yml')
end
def version_filename