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
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-20 09:58:43 +0300
committerJames Lopez <james@jameslopez.es>2016-06-20 09:58:43 +0300
commitcee2a2dc66a16695fad28657d6649e861a3c1be8 (patch)
tree8950ae98600f1d9b594d8154c502253dcdfcb904 /lib/gitlab/import_export.rb
parent98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff)
fixed a couple of errors spotted in production
Diffstat (limited to 'lib/gitlab/import_export.rb')
-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..4ea7a592c2f 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'
+ File.join(Rails.root, 'lib/gitlab/import_export/import_export.yml')
end
def version_filename